Skip to content

Commit

Permalink
Kuanggu's log redundant.
Browse files Browse the repository at this point in the history
  • Loading branch information
ubun committed Oct 13, 2011
1 parent 852b048 commit 083b72c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion lang/zh_CN/WindPackage.lua
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ return {
[":huangtian"] = "主公技,群雄角色可在他们各自的回合里给你一张【闪】或【闪电】",
["liegong:yes"] = "此【杀】不可闪避",

["#KuangguRecover"] = "%from 的锁定技【狂骨】被触发,恢复了 %arg 点体力",
["@guidao-card"] = "请使用【鬼道】技能来修改 %src 的 %arg 判定",
["#BuquDuplicate"] = "%from 不屈失败,因为其不屈牌中有 %arg 组重复点数",
["#BuquDuplicateGroup"] = "第 %arg 组重复点数为 %arg2",
Expand Down
4 changes: 2 additions & 2 deletions src/package/wind.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -390,9 +390,9 @@ class Kuanggu: public TriggerSkill{
room->playSkillEffect(objectName());

LogMessage log;
log.type = "#KuangguRecover";
log.type = "#TriggerSkill";
log.from = player;
log.arg = QString::number(damage.damage);
log.arg = objectName();
room->sendLog(log);

RecoverStruct recover;
Expand Down

0 comments on commit 083b72c

Please sign in to comment.