From c2632e1a4aa735136062173ac6bda98e6c041e7a Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Sun, 9 Mar 2008 06:49:47 +0000 Subject: Follow up fix in assassin job quest. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12329 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/jobs/2-1/assassin.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'npc/jobs/2-1/assassin.txt') diff --git a/npc/jobs/2-1/assassin.txt b/npc/jobs/2-1/assassin.txt index d8429acd5..a117885ec 100644 --- a/npc/jobs/2-1/assassin.txt +++ b/npc/jobs/2-1/assassin.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= kobra_k88 //===== Current Version: ===================================== -//= 3.1 +//= 3.1a //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -42,6 +42,7 @@ //= 2.9b Moved a wrong 'break'. [Zephyrus_cr] //= 3.0 Now uses enable and disable waitingroomevent. [L0ne_W0lf] //= 3.1 Fixed problem with waiting room. (bugreport:1099) [L0ne_W0lf] +//= 3.1a Follow up fix. Forgot to replace a label. [L0ne_W0lf] //============================================================ in_moc_16,19,33,1 script Guildsman#asn 55,{ @@ -1332,7 +1333,7 @@ OnTouch: mapannounce "in_moc_16",strcharinfo(0) + ", you're trapped. You will be sent back.",bc_map; set ASSIN_Q,2; warp "in_moc_16",19,161; - donpcevent "Beholder#ASNTEST::OnDisable"; + donpcevent "Beholder#ASNTEST::OnReset"; donpcevent "Standby Room#ASNTEST::OnStart"; } end; -- cgit v1.2.3-60-g2f50