diff options
author | QAston <qaston@gmail.com> | 2011-07-01 12:48:21 +0200 |
---|---|---|
committer | QAston <qaston@gmail.com> | 2011-07-01 12:48:21 +0200 |
commit | 06515b27b3a92b353b63ee98b99d8c44f24e7194 (patch) | |
tree | 3ee85275da234a7e0311d898107e5e5e376717c6 /src/server/scripts/Examples | |
parent | 3b8dce669d6ce4aad680da99dae1b73fe54b17df (diff) | |
parent | a9c9ab0efa7e41c31f52e71749048300d809d69a (diff) |
Merge branch 'master' of https://github.com/TrinityCore/TrinityCore
Diffstat (limited to 'src/server/scripts/Examples')
-rw-r--r-- | src/server/scripts/Examples/example_creature.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Examples/example_creature.cpp b/src/server/scripts/Examples/example_creature.cpp index 2a495d6e246..db5034655d8 100644 --- a/src/server/scripts/Examples/example_creature.cpp +++ b/src/server/scripts/Examples/example_creature.cpp @@ -90,7 +90,7 @@ class example_creature : public CreatureScript { // *** HANDLED FUNCTION *** //This is the constructor, called only once when the Creature is first created - example_creatureAI(Creature *c) : ScriptedAI(c) {} + example_creatureAI(Creature* c) : ScriptedAI(c) {} // *** CUSTOM VARIABLES **** //These variables are for use only by this individual script. |