diff options
Diffstat (limited to 'npc/re/warps/cities/izlude.txt')
-rw-r--r-- | npc/re/warps/cities/izlude.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/re/warps/cities/izlude.txt b/npc/re/warps/cities/izlude.txt index a6229d25b..a8062d578 100644 --- a/npc/re/warps/cities/izlude.txt +++ b/npc/re/warps/cities/izlude.txt @@ -87,7 +87,7 @@ iz_int,96,73,0 script iz_int_iz WARPNPC,2,2,{ OnTouch: savepoint "izlude", 128, 98; - warp "izlude"+strnpcinfo(2)+"", 195, 209; + warp "izlude"+strnpcinfo(NPC_NAME_HIDDEN)+"", 195, 209; end; } |