diff options
author | Kenpachi Developer <Kenpachi.Developer@gmx.de> | 2020-07-03 09:32:17 +0200 |
---|---|---|
committer | Kenpachi Developer <Kenpachi.Developer@gmx.de> | 2020-07-03 09:32:17 +0200 |
commit | 11adf60e5841d9fc17b6dafc1cf3a79653e5199a (patch) | |
tree | ea6db3c44bf4c904d33da8913f04ce273a6937c6 /npc/quests/quests_moscovia.txt | |
parent | 1dfebbd4966310387357cbddae600418a56df658 (diff) | |
download | hercules-11adf60e5841d9fc17b6dafc1cf3a79653e5199a.tar.gz hercules-11adf60e5841d9fc17b6dafc1cf3a79653e5199a.tar.bz2 hercules-11adf60e5841d9fc17b6dafc1cf3a79653e5199a.tar.xz hercules-11adf60e5841d9fc17b6dafc1cf3a79653e5199a.zip |
Add missing Baehideun4#ship::OnEnable event call
Diffstat (limited to 'npc/quests/quests_moscovia.txt')
-rw-r--r-- | npc/quests/quests_moscovia.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/quests/quests_moscovia.txt b/npc/quests/quests_moscovia.txt index 3f44a9b0a..caa4645ad 100644 --- a/npc/quests/quests_moscovia.txt +++ b/npc/quests/quests_moscovia.txt @@ -1171,7 +1171,10 @@ S_Rud1: mes "ever encountered! Be careful! We"; mes "must repulse these monsters!"; ++$@mos1_edq; - donpcevent "Baehideun3#ship::OnEnable"; + if (mos_whale_edq >= 241) + donpcevent "Baehideun4#ship::OnEnable"; + else + donpcevent "Baehideun3#ship::OnEnable"; } mos_whale_edq = (getarg(1) == 2)?((mos_whale_edq >= 241)?((.@r != 3)?26:25):((.@r != 3)?10:11)):mos_whale_edq + 1; close; |