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

7 lines
No EOL
107 B
Raku

# Halloween gargoyle costume
sub EVENT_ITEM_CLICK {
if($itemid == 54710){
quest::playerrace(464);
}
}