diff options
author | Gyx <2359980687@qq.com> | 2012-03-28 15:15:48 +0800 |
---|---|---|
committer | Gyx <2359980687@qq.com> | 2012-03-28 15:15:48 +0800 |
commit | a20fa23ea6e151220678e51a790fbab599db32d9 (patch) | |
tree | 496da2fac7bfdc81abdbff5daf98b58ed60aa6a2 /src/server/scripts/Examples | |
parent | e050945c91f6ff5764b336df790198b59323e65e (diff) |
Core/Script: Code style and remove unused core.
Signed-off-by: Gyx <2359980687@qq.com>
Diffstat (limited to 'src/server/scripts/Examples')
-rw-r--r-- | src/server/scripts/Examples/example_escort.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/server/scripts/Examples/example_escort.cpp b/src/server/scripts/Examples/example_escort.cpp index e22c2f85506..76c4f793a42 100644 --- a/src/server/scripts/Examples/example_escort.cpp +++ b/src/server/scripts/Examples/example_escort.cpp @@ -123,9 +123,7 @@ class example_escort : public CreatureScript { // not a likely case, code here for the sake of example if (killer == me) - { DoScriptText(SAY_DEATH_1, me, player); - } else DoScriptText(SAY_DEATH_2, me, player); } |