diff options
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!!"; |