mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-17 16:10:49 +01: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