diff options
author | Matheus Macabu <mkbu95@gmail.com> | 2013-07-04 14:35:24 -0300 |
---|---|---|
committer | Matheus Macabu <mkbu95@gmail.com> | 2013-07-04 14:35:24 -0300 |
commit | 5ea7b8b9e172ed16fda6ee5a051ae0dbb767b4ac (patch) | |
tree | 1a622268c8f8f148de045c408b6e94f4b4592b93 /npc/quests/quests_13_1.txt | |
parent | 5479f9631f8579d03fbfd14d8a49c7976226a156 (diff) | |
parent | 6ced266cc8d41ce6a3c5323c22f295e37b3f5684 (diff) | |
download | hercules-5ea7b8b9e172ed16fda6ee5a051ae0dbb767b4ac.tar.gz hercules-5ea7b8b9e172ed16fda6ee5a051ae0dbb767b4ac.tar.bz2 hercules-5ea7b8b9e172ed16fda6ee5a051ae0dbb767b4ac.tar.xz hercules-5ea7b8b9e172ed16fda6ee5a051ae0dbb767b4ac.zip |
Merge branch 'master' of https://github.com/HerculesWS/Hercules
Diffstat (limited to 'npc/quests/quests_13_1.txt')
-rw-r--r-- | npc/quests/quests_13_1.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/quests/quests_13_1.txt b/npc/quests/quests_13_1.txt index 627688922..523b5ff00 100644 --- a/npc/quests/quests_13_1.txt +++ b/npc/quests/quests_13_1.txt @@ -45,6 +45,7 @@ //= 2.6a Added 'npcskill' command. [Euphy] //= 2.7 Updated incorrect EXP values & added checkre() checks [Streusel] //= 2.7a Modified Promotional Staff for Izlude +//= 2.8 Fixed a missing variable check. [Joseph] //============================================================ // Onward to the New World @@ -11152,7 +11153,7 @@ prt_castle,88,165,3 script Laur 57,{ if (ep13_1_edq == 9) set ep13_1_edq,101; else if (ep13_1_edq == 111) set ep13_1_edq,112; else if (ep13_1_edq == 121) set ep13_1_edq,122; - else if (ep13_1_edq == 113) { + else if (ep13_1_edq == 113 || ep13_1_edq == 123) { set ep13_1_edq,13; changequest 3093,3094; } |