diff options
author | Jedzkie <jedzkie13@rocketmail.com> | 2015-12-15 10:25:56 +0800 |
---|---|---|
committer | Jedzkie <jedzkie13@rocketmail.com> | 2015-12-15 10:25:56 +0800 |
commit | a2dcf96e55ca3fba3f9571464f4c38f7b35f5600 (patch) | |
tree | 13136cc333d13d65e593cd93b163f094cbbbf133 /npc/re | |
parent | dd0c3e61e811ea02a4d8f87626728c26203f3ec5 (diff) | |
download | hercules-a2dcf96e55ca3fba3f9571464f4c38f7b35f5600.tar.gz hercules-a2dcf96e55ca3fba3f9571464f4c38f7b35f5600.tar.bz2 hercules-a2dcf96e55ca3fba3f9571464f4c38f7b35f5600.tar.xz hercules-a2dcf96e55ca3fba3f9571464f4c38f7b35f5600.zip |
Fix quests_dicastes.txt variable. Thanks to Everade and Atemo of rAthena.
Diffstat (limited to 'npc/re')
-rw-r--r-- | npc/re/quests/quests_dicastes.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/re/quests/quests_dicastes.txt b/npc/re/quests/quests_dicastes.txt index f3d16473d..c2dd32876 100644 --- a/npc/re/quests/quests_dicastes.txt +++ b/npc/re/quests/quests_dicastes.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= Gennosuke Kouga, Muad_Dib //===== Current Version: ===================================== -//= 2.4 +//= 2.5 //===== File Encoding ======================================== //= CP-949 (EUC-KR compatible). Do NOT read/save it as UTF-8. //===== Description: ========================================= @@ -34,6 +34,7 @@ //= 2.2 Added Izlude duplicates. [Euphy] //= 2.3 Added GM management NPCs. [Euphy] //= 2.4 Corrected NPC Location. [Dastgir] +//= 2.5 Fixed Incorrect variable. [Frost] //============================================================ // Entrance @@ -357,7 +358,7 @@ OnEnable: mes "- Cannot communicate with him. -"; close; } - if (ep13_3_invite < 4) { + if (ep13_3_invite < 5) { mes "[Capital City Guard]"; mes "Access to the city is restricted from other races without permits."; mes "Please go back."; |