diff options
Diffstat (limited to 'npc/merchants/cashheadgear_dye.txt')
-rw-r--r-- | npc/merchants/cashheadgear_dye.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/merchants/cashheadgear_dye.txt b/npc/merchants/cashheadgear_dye.txt index 49003e18b..f2d739aba 100644 --- a/npc/merchants/cashheadgear_dye.txt +++ b/npc/merchants/cashheadgear_dye.txt @@ -6,13 +6,13 @@ //===== Current Version: ===================================== //= 1.0 //===== Description: ========================================= -//= [Aegis Conversion] +//= [Official Conversion] //= Change headgear's color. Cost is a Mysterious Dyestuff //===== Additional Comments: ================================= -//= v1.0 First / Optimized Version +//= 1.0 First / Optimized Version //============================================================ -prt_in,253,168,4 script Alora 862,{ +prt_in,253,168,4 script Alora 4_F_LGTGIRL,{ // Mysterious Dyestuff set .@dyeID, 6220; @@ -114,4 +114,4 @@ prt_in,253,168,4 script Alora 862,{ delitem .@myHG,1; // Your headgear getitem .@dyHG,1; // Dyed headgear close; -}
\ No newline at end of file +} |