summaryrefslogtreecommitdiff
path: root/npc/001-2-34
diff options
context:
space:
mode:
authorgumi <mekolat@users.noreply.github.com>2017-01-15 11:54:43 -0500
committergumi <mekolat@users.noreply.github.com>2017-01-15 11:54:43 -0500
commitfc4c06b12d35e62bcf52e19bd8a8754166b55efc (patch)
tree65a69067d4d5650ab7c02f3892234ce2ba3141b4 /npc/001-2-34
parentf0687a529a0a143b0ceca96eb0546c39199f2878 (diff)
downloadserverdata-fc4c06b12d35e62bcf52e19bd8a8754166b55efc.tar.gz
serverdata-fc4c06b12d35e62bcf52e19bd8a8754166b55efc.tar.bz2
serverdata-fc4c06b12d35e62bcf52e19bd8a8754166b55efc.tar.xz
serverdata-fc4c06b12d35e62bcf52e19bd8a8754166b55efc.zip
rectify the indentation
Diffstat (limited to 'npc/001-2-34')
-rw-r--r--npc/001-2-34/doors.txt11
1 files changed, 5 insertions, 6 deletions
diff --git a/npc/001-2-34/doors.txt b/npc/001-2-34/doors.txt
index 2791598f..3e4fef7b 100644
--- a/npc/001-2-34/doors.txt
+++ b/npc/001-2-34/doors.txt
@@ -7,12 +7,11 @@
001-2-34,23,29,0 script ToTrainingRoom#001-2-34 NPC_HIDDEN,0,0,{
OnTouch:
- if ((getmapusers($@MAP_NAME$) == 0) && ($@FightingIsActive > 0))
- {
- set $@FightingIsActive, 0;
- killmonsterall "001-2-36";
-
- }
+ if ((getmapusers($@MAP_NAME$) == 0) && ($@FightingIsActive > 0))
+ {
+ set $@FightingIsActive, 0;
+ killmonsterall "001-2-36";
+ }
if (mobcount("001-2-36","all") > 0 && $@FightingIsActive > 0)
{