From 9802c7b89180c594da8eb2e2554d7836c5dfeb9b Mon Sep 17 00:00:00 2001 From: Vincent_Michael Date: Tue, 22 Oct 2013 20:23:07 +0200 Subject: Scripts/Misc: Coding Style unification? (by Aokromes) --- 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 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. -- cgit v1.2.3