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

7 lines
No EOL
107 B
Raku

# Halloween werewolf costume
sub EVENT_ITEM_CLICK {
if($itemid == 54690){
quest::playerrace(454);
}
}