mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
7 lines
No EOL
103 B
Raku
7 lines
No EOL
103 B
Raku
# Halloween kitty costume
|
|
|
|
sub EVENT_ITEM_CLICK {
|
|
if($itemid == 54695){
|
|
quest::playerrace(63);
|
|
}
|
|
} |