diff options
author | tr0n93 <tr0n93@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-06-10 13:59:48 +0000 |
---|---|---|
committer | tr0n93 <tr0n93@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-06-10 13:59:48 +0000 |
commit | 259ec7cd5aa7b6e03921c9e466e48e2e0a2c70c4 (patch) | |
tree | 3e3a76fa2db3dd105439251e3ea6641736821c91 /npc/instances/NydhoggsNest.txt | |
parent | c521ca18afeb9d2159cc68066baed80939b86a00 (diff) | |
download | hercules-259ec7cd5aa7b6e03921c9e466e48e2e0a2c70c4.tar.gz hercules-259ec7cd5aa7b6e03921c9e466e48e2e0a2c70c4.tar.bz2 hercules-259ec7cd5aa7b6e03921c9e466e48e2e0a2c70c4.tar.xz hercules-259ec7cd5aa7b6e03921c9e466e48e2e0a2c70c4.zip |
- Fixed 'instance_check_party' (bugreport:5948)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16260 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/instances/NydhoggsNest.txt')
-rw-r--r-- | npc/instances/NydhoggsNest.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/instances/NydhoggsNest.txt b/npc/instances/NydhoggsNest.txt index b771d4b65..add34789c 100644 --- a/npc/instances/NydhoggsNest.txt +++ b/npc/instances/NydhoggsNest.txt @@ -129,7 +129,7 @@ nyd_dun02,100,201,3 script Yggdrasil Gatekeeper 111,8,8,{ set .@leader,getpartyleader(.@party,2); set .@md_name$,"Nidhoggur's Nest"; - if(!instance_check_party(.@party_id,2,70)){ + if(!instance_check_party(.@party,2,70)){ mes "I'm sorry but your Party does not meet the requirements to join the Memorial Dungeon."; close; } @@ -218,7 +218,7 @@ nyd_dun02,100,201,3 script Yggdrasil Gatekeeper 111,8,8,{ set .@p_name2$,strcharinfo(0); set .@md_name$,"Nidhoggur's Nest"; - if(!instance_check_party(.@party_id,2,70)){ + if(!instance_check_party(.@party,2,70)){ mes "I'm sorry but your Party does not meet the requirements to join the Memorial Dungeon."; close; } |