diff options
author | Haru <haru@dotalux.com> | 2013-12-01 05:18:42 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2013-12-01 05:20:30 +0100 |
commit | d1c60b8d70e1af8ec9be00fed902ab3a7ee69b56 (patch) | |
tree | 4f81a6674b717e42c3373a7d3e07b64824316074 /npc/re | |
parent | 94ac9fe3303c4d604485a4784e8f5c99f5457863 (diff) | |
download | hercules-d1c60b8d70e1af8ec9be00fed902ab3a7ee69b56.tar.gz hercules-d1c60b8d70e1af8ec9be00fed902ab3a7ee69b56.tar.bz2 hercules-d1c60b8d70e1af8ec9be00fed902ab3a7ee69b56.tar.xz hercules-d1c60b8d70e1af8ec9be00fed902ab3a7ee69b56.zip |
Corrected some accidentally renamed NPCs
- Fixes bugreport:7860, thanks to SSky
http://hercules.ws/board/tracker/issue-7860-eden-mission-board-npc-name/
- Follow-up to 6309eba
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'npc/re')
-rw-r--r-- | npc/re/quests/eden/86-90.txt | 2 | ||||
-rw-r--r-- | npc/re/quests/eden/91-99.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/re/quests/eden/86-90.txt b/npc/re/quests/eden/86-90.txt index 1fced3a16..7746d6be3 100644 --- a/npc/re/quests/eden/86-90.txt +++ b/npc/re/quests/eden/86-90.txt @@ -13,7 +13,7 @@ //= 1.3 Updated to match the official script. [Euphy] //============================================================ -moc_para01,48,175,3 script 4_M_04-90 Mission Board 4_BOARD3,{ +moc_para01,48,175,3 script 86-90 Mission Board 4_BOARD3,{ if (countitem(6219) < 1) { mes "Wait a minute!"; mes "-You need to have an-"; diff --git a/npc/re/quests/eden/91-99.txt b/npc/re/quests/eden/91-99.txt index 62a6512f6..2985463bf 100644 --- a/npc/re/quests/eden/91-99.txt +++ b/npc/re/quests/eden/91-99.txt @@ -13,7 +13,7 @@ //= 1.3 Updated to match the official script. [Euphy] //============================================================ -moc_para01,48,177,3 script 4_F_02-99 Mission Board 4_BOARD3,{ +moc_para01,48,177,3 script 91-99 Mission Board 4_BOARD3,{ if (countitem(6219) < 1) { mes "Wait a minute!"; mes "-You need to have an-"; |