diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-03 14:18:17 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-03 14:18:17 -0300 |
commit | 6aac66ab0229c2feea2b9f9a681c70f5fa37555c (patch) | |
tree | 0efe1eb44369c6bfb10d5f8572127e65fa94ef5f /npc/042-3/jail.txt | |
parent | c49098a919c549e9e66f9f3a97e6f9adc9863b98 (diff) | |
download | serverdata-6aac66ab0229c2feea2b9f9a681c70f5fa37555c.tar.gz serverdata-6aac66ab0229c2feea2b9f9a681c70f5fa37555c.tar.bz2 serverdata-6aac66ab0229c2feea2b9f9a681c70f5fa37555c.tar.xz serverdata-6aac66ab0229c2feea2b9f9a681c70f5fa37555c.zip |
Move jail slimes to top level script.
Diffstat (limited to 'npc/042-3/jail.txt')
-rw-r--r-- | npc/042-3/jail.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/042-3/jail.txt b/npc/042-3/jail.txt index 197c29ef1..7302d8967 100644 --- a/npc/042-3/jail.txt +++ b/npc/042-3/jail.txt @@ -36,7 +36,7 @@ OnFirstSlime: } // let's not trust .name$ - .@label$=instance_npcname("#KSlimeSpawn", $@KAMELOT_ID[.@g])+"::OnKillSlime"; + .@label$="#KSlimeSpawn::OnKillSlime"; if (!playerattached()) { debugmes "[ERROR] Player not Attached on Slime Spawn D:"; debugmes "[ERROR] Cannot retrieve coordinates!!"; |