miscs: refresh & moveto

This commit is contained in:
Yunfan Li
2023-08-02 01:52:26 +08:00
parent 0969db4c89
commit b35b8ad997
4 changed files with 14 additions and 8 deletions

View File

@@ -70,7 +70,7 @@ class AllLootStrategy : public LootStrategy
LootStrategyValue::~LootStrategyValue()
{
delete defaultValue;
// delete defaultValue;
}
LootStrategy* LootStrategyValue::normal = new NormalLootStrategy();