[Warnings] Fix warnings

This commit is contained in:
Yunfan Li
2024-07-12 00:26:42 +08:00
parent db1cfa6abc
commit 266aa1ec88
9 changed files with 21 additions and 10 deletions

View File

@@ -91,6 +91,8 @@ bool BuyAction::Execute(Event event)
case ITEM_USAGE_SKILL:
needMoneyFor = NeedMoneyFor::tradeskill;
break;
default:
break;
}
if (needMoneyFor == NeedMoneyFor::none)