diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/Changelog.txt | 2 | ||||
-rw-r--r-- | npc/kafras/dts_warper.txt | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index e4b10cce7..b03075635 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -1,5 +1,7 @@ Date Added ====== +2010/06/27 + * Rev. 14356 Corrected a typo in the DTS_Warper script. [L0ne_W0lf] 2010/06/22 * Rev. 14353 Updated several NPCs to use the updated specialeffect command, updated more NPCs to use the updated emotion command. [L0ne_W0lf] 2010/06/21 diff --git a/npc/kafras/dts_warper.txt b/npc/kafras/dts_warper.txt index 58aba58bc..ffd28edd4 100644 --- a/npc/kafras/dts_warper.txt +++ b/npc/kafras/dts_warper.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= Evera //===== Current Version: ===================================== -//= 2.6 +//= 2.7 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -51,6 +51,7 @@ //= 2.4 Corrected NPC names to fall within proper restrictions. [L0ne_W0lf] //= 2.5 Converted from Aegis file. (11.3) [L0ne_W0lf] //= 2.6 Moved Morroc NPCs to Morroc Ruins. [L0ne_W0lf] +//= 2.7 Fixed a typo, a - to a +. Not sure how that happened. [L0ne_w0lf] //============================================================ einbroch,246,70,0 script Vote Timer#ein -1,{ @@ -287,7 +288,7 @@ OnTimer60000: donpcevent "Vote Timer#ein::OnEnable"; } else { - set $DTS_PeriodCheck,$DTS_PeriodCheck-1; //Global Variable + set $DTS_PeriodCheck,$DTS_PeriodCheck+1; //Global Variable donpcevent "Vote Timer4#ein::OnEnable"; } end; |