diff options
-rw-r--r-- | world/map/npc/013-2/notes.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |