diff options
author | Shauren <shauren.trinity@gmail.com> | 2013-10-26 17:06:50 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2013-10-26 17:06:50 +0200 |
commit | 75a790ca475c6af31730d331a3ab185f8abdd6e2 (patch) | |
tree | f961f8de614ac7e1dfc1f17c68e83c7d14feff20 /src/server/scripts/Examples | |
parent | 8d6aec608f0cd323d291dc12efce32f630590a23 (diff) | |
parent | b81bf7d0250939ee96b942f554c16d950f06c7b1 (diff) |
Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
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 92c248c1fc9..b13ec1e1503 100644 --- a/src/server/scripts/Examples/example_creature.cpp +++ b/src/server/scripts/Examples/example_creature.cpp @@ -94,7 +94,7 @@ class example_creature : public CreatureScript { // *** HANDLED FUNCTION *** //This is the constructor, called only once when the Creature is first created - example_creatureAI(Creature* creature) : ScriptedAI(creature) {} + example_creatureAI(Creature* creature) : ScriptedAI(creature) { } // *** CUSTOM VARIABLES **** //These variables are for use only by this individual script. |