Scripting/Obsidian Sanctum: Fix crash

Fix crash caused by calling Reset() in constructor (which is not allowed)

(cherry picked from commit 5aba5c7afff4289b6b90311f66e6939791b89ee4)
This commit is contained in:
jackpoz
2021-06-19 23:33:38 +02:00
committed by Shauren
parent 0b5bd43f34
commit e63c5f7b0c
@@ -981,7 +981,6 @@ public:
{
npc_twilight_whelpAI(Creature* creature) : ScriptedAI(creature)
{
Reset();
}
void Reset() override