diff options
author | Yommy <Yommy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-08-15 02:44:11 +0000 |
---|---|---|
committer | Yommy <Yommy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-08-15 02:44:11 +0000 |
commit | 035d05ec5881d9db53286bdca61c1daf4910f353 (patch) | |
tree | 3fbe79e99d033b1cbb5b579bc4de145b0ebb8f4e /npc/jobs | |
parent | a9ad2842df5a979a82dd1acedb78ad8409da6610 (diff) | |
download | hercules-035d05ec5881d9db53286bdca61c1daf4910f353.tar.gz hercules-035d05ec5881d9db53286bdca61c1daf4910f353.tar.bz2 hercules-035d05ec5881d9db53286bdca61c1daf4910f353.tar.xz hercules-035d05ec5881d9db53286bdca61c1daf4910f353.zip |
bugfix (bugreport:2038)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13079 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/jobs')
-rw-r--r-- | npc/jobs/2-1/wizard.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/jobs/2-1/wizard.txt b/npc/jobs/2-1/wizard.txt index 9a7beed99..bfc38821b 100644 --- a/npc/jobs/2-1/wizard.txt +++ b/npc/jobs/2-1/wizard.txt @@ -18,7 +18,8 @@ //= 2.5c Bug fixes. Cleaned up some NPCs slightly. [L0ne_W0lf] //= 2.6 Fixed Water Room not warping on time-up. [L0ne_W0lf] //= 2.7 Now uses enable and disable waitingroomevent. [L0ne_W0lf] -//= Other monir fixes to various NPCs. +//= Other minor fixes to various NPCs. +//= 2.7a Added end; :D (bugreport:2038) [Yommy] //============================================================ gef_tower,111,37,4 script Wizard Guildsman 70,{ @@ -1614,6 +1615,7 @@ OnTimer9000: donpcevent "Test Helper#wiz::OnDisable"; donpcevent "Waiting Room#wiz::OnStart"; stopnpctimer; + end; } gef_tower,107,36,4 script White Dog#wiz 81,{ |