diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 1b68bf0f5d..a90f7aff47 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 33a16c8009..c80072624e 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;