fix(DB/Events): Apothecary Hummel should be linked to event (#10786)

This commit is contained in:
Nefertumm
2022-03-10 13:54:09 -03:00
committed by GitHub
parent 348b374487
commit a6c93f1cbe

View File

@@ -0,0 +1,5 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1645520412284756500');
DELETE FROM `game_event_creature` WHERE `guid` = 146623;
INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES
(8, 146623);