Scripts/Misc: Coding Style unification? (by Aokromes)

This commit is contained in:
Vincent_Michael
2013-10-22 20:23:07 +02:00
parent 0f92d513f8
commit 9802c7b891
273 changed files with 494 additions and 495 deletions

View File

@@ -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.