- 916
- 2015
- 24
- Location
- Barryton Michigan USA
This removes the matron from the world unless it's during hallows end event.
Code:
-- 23973 Masked Orphan Matron added to hallows end
DELETE FROM `game_event_creature` WHERE `guid`=172254 AND `eventEntry`=12;
INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES (12, 172254);