peq-quests/global/items/script_30061.pl
2015-03-14 16:18:39 -04:00

8 lines
No EOL
137 B
Raku

# Halloween male erudite costume
sub EVENT_ITEM_CLICK {
if($itemid == 54699){
quest::playerrace(342);
quest::playergender(0);
}
}