diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-08 13:29:22 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-08 13:29:22 -0300 |
commit | f9fa076a03993157898f8c8121963fbaecb2a167 (patch) | |
tree | 72a0fbfa73e90c12c956528e67af882ae7e584c7 /npc/042-10 | |
parent | 1f386add4d1f1b3ee082f657ba9884323bfaab57 (diff) | |
download | serverdata-f9fa076a03993157898f8c8121963fbaecb2a167.tar.gz serverdata-f9fa076a03993157898f8c8121963fbaecb2a167.tar.bz2 serverdata-f9fa076a03993157898f8c8121963fbaecb2a167.tar.xz serverdata-f9fa076a03993157898f8c8121963fbaecb2a167.zip |
Fix respawn code in 042-10
Diffstat (limited to 'npc/042-10')
-rw-r--r-- | npc/042-10/ctrl.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/042-10/ctrl.txt b/npc/042-10/ctrl.txt index bf7a9d2d7..97996bc29 100644 --- a/npc/042-10/ctrl.txt +++ b/npc/042-10/ctrl.txt @@ -542,7 +542,7 @@ OnRespawn: debugmes "[ERROR] [KAMELOT] Unable to respawn for Kamelot %s", .map$; .@g=0; } - KamelotCaveSpawn(1, 20, 20, 160, 140, $KAMELOT_MX[.@g]+10); + KamelotCaveSpawn(1, 20, 20, 160, 140, $KAMELOT_MX[.@g]+10, .@map$[0]); end; OnInstanceInit: |