aboutsummaryrefslogtreecommitdiff
path: root/src/scripts/examples/example_creature.cpp
diff options
context:
space:
mode:
authorSpp <none@none>2010-04-07 18:09:10 +0200
committerSpp <none@none>2010-04-07 18:09:10 +0200
commitb27ce42704c33e292bda390265bb8fd01a433505 (patch)
tree29b2df222a2c1be3325e3d6fab75206100b578fd /src/scripts/examples/example_creature.cpp
parentf490ad5ac259712e323f0a52e608ff1383b2fc41 (diff)
Code Style: Remove trailing spaces
--HG-- branch : trunk
Diffstat (limited to 'src/scripts/examples/example_creature.cpp')
-rw-r--r--src/scripts/examples/example_creature.cpp2
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,