mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 10:26:28 +01:00
Scripts: Reorder file names in Commands/CMakeList file and cosmetic changes in all scripts
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user