summaryrefslogtreecommitdiff
path: root/world/map/npc/items
diff options
context:
space:
mode:
authormekolat <mekolat@gmail.com>2014-10-23 13:00:45 -0400
committermekolat <mekolat@gmail.com>2014-10-23 13:00:45 -0400
commite343e7fc35a14c453aa0cb218b97a66077573bed (patch)
treed06d1f3fe1eec00490e2d1a0f640df531ce06628 /world/map/npc/items
parentfc48c7a7ee9f99b381da0aec023eaa45f42fdcbf (diff)
downloadserverdata-e343e7fc35a14c453aa0cb218b97a66077573bed.tar.gz
serverdata-e343e7fc35a14c453aa0cb218b97a66077573bed.tar.bz2
serverdata-e343e7fc35a14c453aa0cb218b97a66077573bed.tar.xz
serverdata-e343e7fc35a14c453aa0cb218b97a66077573bed.zip
fixup
Diffstat (limited to 'world/map/npc/items')
-rw-r--r--world/map/npc/items/mirror.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/world/map/npc/items/mirror.txt b/world/map/npc/items/mirror.txt
index 0c200efa..fc2ca69b 100644
--- a/world/map/npc/items/mirror.txt
+++ b/world/map/npc/items/mirror.txt
@@ -5,8 +5,6 @@ function|script|useMirror|,
L_Rand:
set @style, rand(0,(getarraysize(@HairStyles$) -2));
- if(@style == 0)
- set @style, 20;
set @color, rand((15 * Class),((getarraysize(@HairColors$) -2) + (15 * Class)));
if((getlook(LOOK_HAIR_STYLE) == @style) || (getlook(LOOK_HAIR_COLOR) == @color))
goto L_Rand;