From 6fd41ae50e5f988473f86ad8370b60a1e29eac5f Mon Sep 17 00:00:00 2001 From: Spp- Date: Thu, 30 Jun 2011 14:24:56 +0200 Subject: Scripts: Reorder file names in Commands/CMakeList file and cosmetic changes in all scripts --- src/server/scripts/Examples/example_creature.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/scripts/Examples') 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. -- cgit v1.2.3