diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-10-28 04:29:37 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-10-28 04:29:37 +0000 |
commit | 3a1fe6e9998f20f4daf5b1eb2aa5e515a81e3bd8 (patch) | |
tree | 7ec179f5c896596b7d30be6c1324b09413b1930c /npc/merchants/hair_dyer.txt | |
parent | f51c6f4d3ce59f4b436c20b2d2f380e51745f1fc (diff) | |
download | hercules-3a1fe6e9998f20f4daf5b1eb2aa5e515a81e3bd8.tar.gz hercules-3a1fe6e9998f20f4daf5b1eb2aa5e515a81e3bd8.tar.bz2 hercules-3a1fe6e9998f20f4daf5b1eb2aa5e515a81e3bd8.tar.xz hercules-3a1fe6e9998f20f4daf5b1eb2aa5e515a81e3bd8.zip |
* More boredom and bugfixing to various scripts. :D
- Updated an outdated comment in refine.txt. (bugreport:2370)
- Fixed two bad event calls in arug_cas04/05. (bugreport:2386)
- Fixed wrong check in haire dresser script. (bugreport:2392)
- Fixed infinite loop in archer quest scropt. (bugreport:2393)
- Bonus: Updated the blacksmith supply dealer in Einbroch
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13330 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/merchants/hair_dyer.txt')
-rw-r--r-- | npc/merchants/hair_dyer.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/merchants/hair_dyer.txt b/npc/merchants/hair_dyer.txt index 3914c6f38..794dbafa0 100644 --- a/npc/merchants/hair_dyer.txt +++ b/npc/merchants/hair_dyer.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= kobra_k88; L0ne_W0lf //===== Current Version: ===================================== -//= 1.3 +//= 1.4 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -13,6 +13,7 @@ //= 1.1 Bugfix: fixed missing menu label LEnd->M_End [Lupus] //= 1.2 Rescripted to Aegis 10.3 standards. [L0ne_W0lf] //= 1.3 Fixed problem what "freezes" the NPC. (bugreport:509) [Samuray22] +//= 1.4 Fixed getlook checking the wrong color. (bugreport:2392) [L0ne_W0lf] //============================================================ prt_in,243,168,4 script Jovovich 91,{ @@ -77,7 +78,7 @@ prt_in,243,168,4 script Jovovich 91,{ close; } - if (.@headpalette == getlook(7)) { + if (.@headpalette == getlook(6)) { mes "[Hairdresser Jovovich]"; mes "Eh? But that's the hair color you already have. Please choose a different color."; next; |