diff options
Diffstat (limited to 'npc/custom/events')
-rw-r--r-- | npc/custom/events/disguise.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/custom/events/disguise.txt b/npc/custom/events/disguise.txt index ab2a0fe05..354caffcf 100644 --- a/npc/custom/events/disguise.txt +++ b/npc/custom/events/disguise.txt @@ -7,6 +7,7 @@ //===== Compatible With: ===================================== //= rAthena SVN //===== Additional Comments: ================================= +//= Note: This script requires PCRE to run properly. //= 5.0 Last update by GmOcean. //= 5.1 Cleaned and standardized, mostly. [Euphy] //============================================================ @@ -120,7 +121,6 @@ OnInit: set $@Wait,0; set $@Winner,0; set $@ResetCounter,0; - set $Points,$Points; if (!$Rounds) set $Rounds,10; else set $Rounds,$Rounds; if (!$Prize) set $Prize,512; |