mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-14 20:22:23 -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);
|
||||
}
|
||||
|
||||
@@ -178,7 +178,7 @@ class example_escort : public CreatureScript
|
||||
}
|
||||
};
|
||||
|
||||
CreatureAI* OnGetAI(Creature* creature) const
|
||||
CreatureAI* GetAI(Creature* creature) const
|
||||
{
|
||||
return new example_escortAI(creature);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user