aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/Examples
diff options
context:
space:
mode:
authorSpp- <u84280@epreinf21.(none)>2011-06-30 14:24:56 +0200
committerSpp- <u84280@epreinf21.(none)>2011-06-30 14:24:56 +0200
commit6fd41ae50e5f988473f86ad8370b60a1e29eac5f (patch)
tree481e934be575ae4b0f44581e72e7ecc92d590ae1 /src/server/scripts/Examples
parentd12bb4a657e4df5230ce06f9b082f176d9db0b85 (diff)
Scripts: Reorder file names in Commands/CMakeList file and cosmetic changes in all scripts
Diffstat (limited to 'src/server/scripts/Examples')
-rw-r--r--src/server/scripts/Examples/example_creature.cpp2
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.