mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
Scripts/Misc: Coding Style unification? (by Aokromes)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user