summaryrefslogtreecommitdiff
path: root/npc/items/master_skillbook.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/items/master_skillbook.txt')
-rw-r--r--npc/items/master_skillbook.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/items/master_skillbook.txt b/npc/items/master_skillbook.txt
index efd582a4..7e01e7d0 100644
--- a/npc/items/master_skillbook.txt
+++ b/npc/items/master_skillbook.txt
@@ -123,7 +123,7 @@ OnUse:
OnInit:
.book_name$ = getitemname(MasterBook);
- .bodytype = BODYTYPE_1;
+ .sex = GENDER_FEMALE;
.distance = 1;
end;
}