diff options
author | Kisuka <Kisuka@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-08-23 20:19:35 +0000 |
---|---|---|
committer | Kisuka <Kisuka@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-08-23 20:19:35 +0000 |
commit | a26a7e3ac91e7c5c196bd77387726c0462840b30 (patch) | |
tree | 4d9a036121b5a10f06bec746b80d19173144b503 /npc | |
parent | 998cec9bb9c360e226fd004bdae3cfca6a6b100b (diff) | |
download | hercules-a26a7e3ac91e7c5c196bd77387726c0462840b30.tar.gz hercules-a26a7e3ac91e7c5c196bd77387726c0462840b30.tar.bz2 hercules-a26a7e3ac91e7c5c196bd77387726c0462840b30.tar.xz hercules-a26a7e3ac91e7c5c196bd77387726c0462840b30.zip |
- Fixed issue with Double Bound (bugreport:3489).
- Fixed issue with Einbech quest npc (bugreport:3518).
- Added some effects to some items.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14022 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r-- | npc/quests/quests_ein.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/quests/quests_ein.txt b/npc/quests/quests_ein.txt index 3b18c5faa..8833f29bc 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.3 +//= 2.4 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -45,6 +45,7 @@ //= Full overhual of the Uwe Kleine quest. //= 2.2a Fixed typos in var names from EIN_LOVERQRQ to EIN_LOVERQ. (bugreport:2464) [Paradox924X] //= 2.3 Removed occurance of PcName. [L0ne_W0lf] +//= 2.4 Added missing remove cutin. [Kisuka] //============================================================ // Oridecon Stone OR Mineral Stone Quest @@ -4702,6 +4703,7 @@ einbech,165,105,7 script Buender Hikeman#ein 847,{ mes "from the look of discomfort"; mes "on his face, he seems to be"; mes "having a nightmare."; + cutin "ein_hicman",255; close; } } |