diff options
Diffstat (limited to 'src/scripts/examples/example_creature.cpp')
-rw-r--r-- | src/scripts/examples/example_creature.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/examples/example_creature.cpp b/src/scripts/examples/example_creature.cpp index 549ab338401..7a1db72e57e 100644 --- a/src/scripts/examples/example_creature.cpp +++ b/src/scripts/examples/example_creature.cpp @@ -55,7 +55,7 @@ enum Yells enum Spells { - // List of spells. + // List of spells. // Not required to define them in this way, but will make it easier to maintain in case spellId change SPELL_BUFF = 25661, SPELL_ONE = 12555, |