summaryrefslogtreecommitdiff
path: root/world/map/npc/029-2
diff options
context:
space:
mode:
authormekolat <mekolat@users.noreply.github.com>2016-04-12 09:21:42 -0400
committermekolat <mekolat@users.noreply.github.com>2016-04-12 09:21:42 -0400
commit641a0062bdde6d187a0c5bd5c7956ba47ed322cc (patch)
tree6afc1c58f4f09222bae7e0db27c393e5ac579887 /world/map/npc/029-2
parent1f5cb5b8f93c9931c32393c2d69a739ae2f1c3d3 (diff)
downloadserverdata-641a0062bdde6d187a0c5bd5c7956ba47ed322cc.tar.gz
serverdata-641a0062bdde6d187a0c5bd5c7956ba47ed322cc.tar.bz2
serverdata-641a0062bdde6d187a0c5bd5c7956ba47ed322cc.tar.xz
serverdata-641a0062bdde6d187a0c5bd5c7956ba47ed322cc.zip
leftovers
Diffstat (limited to 'world/map/npc/029-2')
-rw-r--r--world/map/npc/029-2/alchemy.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/world/map/npc/029-2/alchemy.txt b/world/map/npc/029-2/alchemy.txt
index 3d49d5ae..b5e4732c 100644
--- a/world/map/npc/029-2/alchemy.txt
+++ b/world/map/npc/029-2/alchemy.txt
@@ -71,8 +71,6 @@ L_Abort:
S_Spawn:
set .@s, getarraysize(.x1);
- if (.spawned == 0)
- set .spawned, 1; // FIXME: in tmwa (getarraysize2, setarray) allow to set array index 0 when setting in another npc
if (.spawned >= .@s)
goto S_Return;
set .@n$, "#_Al-lab"+chr(3)+.spawned;