diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-14 12:16:21 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-14 12:16:21 +0000 |
commit | 1b46141ee53e908cff5337455c7bbc05d1753a03 (patch) | |
tree | 75ba71c16ce4b3c5badd194cea4d0d753ebe2ee0 /npc | |
parent | 2b66e96d9bd0850b89431cc96d482cb0f6f2d1ce (diff) | |
download | hercules-1b46141ee53e908cff5337455c7bbc05d1753a03.tar.gz hercules-1b46141ee53e908cff5337455c7bbc05d1753a03.tar.bz2 hercules-1b46141ee53e908cff5337455c7bbc05d1753a03.tar.xz hercules-1b46141ee53e908cff5337455c7bbc05d1753a03.zip |
Fixed 2006 headgears npc giving you Lion Mask rather than Lion Masquerade
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8270 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r-- | npc/Changelog.txt | 1 | ||||
-rw-r--r-- | npc/quests/newgears/2006_headgear.txt | 8 |
2 files changed, 5 insertions, 4 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 1b68bf0f5..a90f7aff4 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -36,6 +36,7 @@ Playtester Date Added
======
08/14
+ * Fixed 2006 headgears npc giving you Lion Mask rather than Lion Masquerade [Playtester]
* Moved the Gunslinger quest NPCs to gunslinger_quests.txt [Playtester]
- put erKURITA's version of the Garrison quest into another file since I already
added a complete version, use it if you like it more
diff --git a/npc/quests/newgears/2006_headgear.txt b/npc/quests/newgears/2006_headgear.txt index 33a16c800..c80072624 100644 --- a/npc/quests/newgears/2006_headgear.txt +++ b/npc/quests/newgears/2006_headgear.txt @@ -8,7 +8,7 @@ //= SVN eA
//===== Description: =========================================
//= Anonymous Mask, Feather Beret, Valk. Helm, Smiling Mask,
-//= Lion Mask, Bride Mask, Judge Hat and A-yam Hat
+//= Lion Masquerade, Bride Mask, Judge Hat and A-yam Hat
//===== Additional Comments: =================================
//= NPC id's and dialog are custom, please replace
//= 1.0a fixed typos, added missing names, more cleaned and
@@ -208,7 +208,7 @@ hugel.gat,146,105,4 script Genirhimin 897,{ -//======================= Smiling Mask / Lion Mask / Bride Mask ===============================
+//======================= Smiling Mask / Lion Masquerade / Bride Mask ===============================
payon.gat,135,231,5 script Chung-Wol-Mang 907,{
set @npcname$,"[Chung-Wol-Mang]";
@@ -219,7 +219,7 @@ payon.gat,135,231,5 script Chung-Wol-Mang 907,{ mes @npcname$;
mes "So, which one will it be?";
next;
- switch(select("Smiling Mask","Lion Mask","Bride Mask","I changed my mind."))
+ switch(select("Smiling Mask","Lion Masquerade","Bride Mask","I changed my mind."))
{
case 1:
@@ -281,7 +281,7 @@ payon.gat,135,231,5 script Chung-Wol-Mang 907,{ delitem 1053,2;
delitem 980,1;
next;
- getitem 5130,1;
+ getitem 5177,1;
mes @npcname$;
mes "Thanks, you can have your mask now.";
close;
|