From 0891c92fe0050ee28e792a8537dcf8d080f428cc Mon Sep 17 00:00:00 2001 From: wushin Date: Wed, 7 May 2014 21:32:02 -0500 Subject: Fixes mirror on 013-2 from setting invalid hairstyle --- world/map/npc/013-2/notes.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'world') diff --git a/world/map/npc/013-2/notes.txt b/world/map/npc/013-2/notes.txt index 2f569334..9b9f46dc 100644 --- a/world/map/npc/013-2/notes.txt +++ b/world/map/npc/013-2/notes.txt @@ -29,7 +29,7 @@ next; set @style, rand(20); set @color, rand(12); - setlook LOOK_HAIR_STYLE, @style + 1; + setlook LOOK_HAIR_STYLE, @style; setlook LOOK_HAIR_COLOR, @color + 1; close; } -- cgit v1.2.3-60-g2f50