diff options
Diffstat (limited to 'npc/events/halloween_2006.txt')
-rw-r--r-- | npc/events/halloween_2006.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/events/halloween_2006.txt b/npc/events/halloween_2006.txt index bbd84cc68..d124f0ec8 100644 --- a/npc/events/halloween_2006.txt +++ b/npc/events/halloween_2006.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= Brainstorm //===== Current Version: ===================================== -//= 1.3 +//= 1.3a //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -16,6 +16,7 @@ //= 1.1a Minor fixes. (Screwed up weight checks somehow) [L0ne_W0lf] //= 1.2 Added missing checkweights. [L0ne_W0lf] //= 1.3 Replaced effect numerics with constants. [L0ne_W0lf] +//= 1.3a Replaced effect numerics with constants (1 was missed). [Samuray22] //============================================================ // Pumpkin Mojo quest (Event 1) @@ -703,7 +704,7 @@ nif_fild01,167,113,3 script Masta's chicken#06_hw01 800,{ OnInit: while(1) { sleep 180000; - specialeffect 360; + specialeffect EF_BAT2; end; } } |