* Script-side changes for my last commit.

--HG--
branch : trunk
This commit is contained in:
XTZGZoReX
2010-08-07 13:46:08 +02:00
parent 87483be1e7
commit bcfc58a72d
15 changed files with 42 additions and 42 deletions

View File

@@ -258,7 +258,7 @@ class example_creature : public CreatureScript
}
};
CreatureAI* OnGetAI(Creature* creature) const
CreatureAI* GetAI(Creature* creature) const
{
return new example_creatureAI(creature);
}

View File

@@ -178,7 +178,7 @@ class example_escort : public CreatureScript
}
};
CreatureAI* OnGetAI(Creature* creature) const
CreatureAI* GetAI(Creature* creature) const
{
return new example_escortAI(creature);
}