Fix: OnQuestReward GameObject (#322)

This commit is contained in:
iThorgrim
2025-10-01 09:20:11 +02:00
committed by GitHub
parent 7879564d88
commit b9302eec7c

View File

@@ -189,9 +189,9 @@ public:
} }
if (sEluna->OnQuestReward(player, go, quest, opt)) if (sEluna->OnQuestReward(player, go, quest, opt))
return false; return true;
return true; return false;
} }
GameObjectAI* GetGameObjectAI(GameObject* go) const override GameObjectAI* GetGameObjectAI(GameObject* go) const override