mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-15 04:32:35 -04:00
* Script-side changes for my last commit.
--HG-- branch : trunk
This commit is contained in:
@@ -258,7 +258,7 @@ class example_creature : public CreatureScript
|
||||
}
|
||||
};
|
||||
|
||||
CreatureAI* OnGetAI(Creature* creature) const
|
||||
CreatureAI* GetAI(Creature* creature) const
|
||||
{
|
||||
return new example_creatureAI(creature);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user