DB: Fix pooling for Leprithus

Closes #22610
This commit is contained in:
r00ty-tc
2019-03-27 22:43:10 +01:00
committed by Killyana
parent dc2cb2ee69
commit f3e90cea41

View File

@@ -0,0 +1,4 @@
--
DELETE FROM `game_event_creature` WHERE `eventEntry` = 25 AND `guid` IN (28458, 86825, 86826);
DELETE FROM `game_event_pool` WHERE `eventEntry`=25 AND `pool_entry`=1004;
INSERT INTO `game_event_pool` (`eventEntry`, `pool_entry`) VALUES (25, 1004);