summaryrefslogtreecommitdiff
path: root/npc/quests/quests_ein.txt
diff options
context:
space:
mode:
authorYommy <Yommy@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-08-16 04:10:12 +0000
committerYommy <Yommy@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-08-16 04:10:12 +0000
commitc45fbd0aa6d806e833e9a9d7e84442ec8a31ce00 (patch)
tree8415363f5d047994761cc4ceced63d1382278772 /npc/quests/quests_ein.txt
parent9468cefcb8c8a5569db110a4ef580c79cc0b2dcf (diff)
downloadhercules-c45fbd0aa6d806e833e9a9d7e84442ec8a31ce00.tar.gz
hercules-c45fbd0aa6d806e833e9a9d7e84442ec8a31ce00.tar.bz2
hercules-c45fbd0aa6d806e833e9a9d7e84442ec8a31ce00.tar.xz
hercules-c45fbd0aa6d806e833e9a9d7e84442ec8a31ce00.zip
Fixed typo in disable/enable npc's (bugreport:2027)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13085 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/quests_ein.txt')
-rw-r--r--npc/quests/quests_ein.txt11
1 files changed, 6 insertions, 5 deletions
diff --git a/npc/quests/quests_ein.txt b/npc/quests/quests_ein.txt
index 4bdf83585..5a6e7aec3 100644
--- a/npc/quests/quests_ein.txt
+++ b/npc/quests/quests_ein.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= Evera and The eAthena Dev Team
//===== Current Version: =====================================
-//= 2.0
+//= 2.1
//===== Compatible With: =====================================
//= eAthena 7.15 +
//===== Description: =========================================
@@ -27,6 +27,7 @@
//= 1.8 Fixed experience gains to match upcoming rate adjustments. [SinSloth]
//= 1.9 Fixed a bug with Einbroch Pollution quest. [SinSloth]
//= 2.0 Fixed bad NPC header data to comply with rev. 11603. [L0ne_W0lf]
+//= 2.1 Fixed typo in disable/enable npc's (bugreport:2027) [Yommy]
//============================================================
@@ -2729,8 +2730,8 @@ OnPolution:
donpcevent "Uwe Kleine::OnHide";
donpcevent "Laboratory Soldier#01::OnHide";
donpcevent "Laboratory Soldier#02::OnHide";
- disablenpc "Paddler";
- disablenpc "Head Gear Dealer";
+ disablenpc "Paddler#ein";
+ disablenpc "Flu Mask Dealer#ein";
mapannounce "einbroch","This is a state of emercency! Harmful smog is reaching high levels of saturation. Residents of Einbroch must find shelter immediately.",bc_map;
monster "einbroch",82,332,"Toxic Fog",1621,1,"#PolutionNPC::OnMobChk";
@@ -2856,8 +2857,8 @@ OnTimer600000:
donpcevent "Laboratory Soldier#01::OnUnHide";
enablenpc "Laboratory Soldier#02";
donpcevent "Laboratory Soldier#02::OnUnHide";
- enablenpc "Paddler";
- enablenpc "Head Gear Dealer";
+ enablenpc "Paddler#ein";
+ enablenpc "Flu Mask Dealer#ein";
set $EinPolution,0;
set $@AlrdEinPoll,0;
end;