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:
@@ -981,7 +981,6 @@ public:
|
||||
{
|
||||
npc_twilight_whelpAI(Creature* creature) : ScriptedAI(creature)
|
||||
{
|
||||
Reset();
|
||||
}
|
||||
|
||||
void Reset() override
|
||||
|
||||
Reference in New Issue
Block a user