diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-04-29 05:14:15 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-04-29 05:14:15 -0300 |
commit | 045c931398e1c41b0fc80280863bed84643184e6 (patch) | |
tree | 0bb64323b5850feeac3edbb2e5b13bb413bbead0 /npc | |
parent | 718d6d09146d5b56f689de9485a07b5e17e74d7b (diff) | |
download | serverdata-045c931398e1c41b0fc80280863bed84643184e6.tar.gz serverdata-045c931398e1c41b0fc80280863bed84643184e6.tar.bz2 serverdata-045c931398e1c41b0fc80280863bed84643184e6.tar.xz serverdata-045c931398e1c41b0fc80280863bed84643184e6.zip |
Infinite EXP bug
Diffstat (limited to 'npc')
-rw-r--r-- | npc/042-1/door.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/042-1/door.txt b/npc/042-1/door.txt index 0bfec673c..68a8cef35 100644 --- a/npc/042-1/door.txt +++ b/npc/042-1/door.txt @@ -21,7 +21,7 @@ OnTouch: } } else { dispbottom l("This door is locked."); - doevent instance_npcname(.name$)+"::OnKillMob"; // Double-check + //doevent instance_npcname(.name$)+"::OnKillMob"; // Double-check } end; |