diff options
Diffstat (limited to 'npc/custom/morroc_raceway.txt')
-rw-r--r-- | npc/custom/morroc_raceway.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/custom/morroc_raceway.txt b/npc/custom/morroc_raceway.txt index d6e074e37..91dcf9efa 100644 --- a/npc/custom/morroc_raceway.txt +++ b/npc/custom/morroc_raceway.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= acky (god@acky.com) //===== Current Version: ===================================== -//= 1.2 +//= 1.3 //===== Compatible With: ===================================== //= Any eAthena Version //===== Description: ========================================= @@ -17,6 +17,7 @@ //= //= Removed permanent global variables //= 1.2 Removed Duplicates [Silent] +//= 1.3 Replaced effect numerics with constants. [Samuray22] //============================================================ //Warps you into race way @@ -96,7 +97,7 @@ close; OnCount4000: emotion 27; - specialeffect 267; + specialeffect EF_CHIMTO; announce "[GO!]",1; set $@race,1; set $@position,0; |