Scripting/Obsidian Sanctum: Fix crash

Fix crash caused by calling Reset() in constructor (which is not allowed)
This commit is contained in:
jackpoz
2018-02-11 15:53:30 +01:00
committed by Aokromes
parent 53728216b6
commit 46467499f3

View File

@@ -980,7 +980,6 @@ public:
{
npc_twilight_whelpAI(Creature* creature) : ScriptedAI(creature)
{
Reset();
}
void Reset() override