diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/Changelog.txt | 2 | ||||
-rw-r--r-- | npc/jobs/2-2/crusader.txt | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index b281190e0..2cc632837 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -1,5 +1,7 @@ Date Added ====== +2008/03/03 + * Rev 12281 Fixes a bug in the crusader job quest (bugreport:1101) [Paradox924X] 2008/03/02 * Rev 12280 Fixes a bug in the hunter job quest. (bugreport:1099) [L0ne_W0lf] 2008/03/01 diff --git a/npc/jobs/2-2/crusader.txt b/npc/jobs/2-2/crusader.txt index 4124f0738..f3695cce6 100644 --- a/npc/jobs/2-2/crusader.txt +++ b/npc/jobs/2-2/crusader.txt @@ -1236,7 +1236,7 @@ OnInit: end; OnStart: - set .MyMobCount,0; + set .MyMonsterCount,0; enablenpc "Monster Summon#cr0"; donpcevent "Monster Summon#cr1::OnStart"; donpcevent "Monster Summon#cr2::OnStart"; |