fix(DB/Event): remove Bountiful Barrels from wrong zones (#9097)

This commit is contained in:
Nefertumm
2021-11-12 15:11:17 -03:00
committed by GitHub
parent 436c60907d
commit 260b9272b5

View File

@@ -0,0 +1,4 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1636493523189661400');
DELETE FROM `creature` WHERE `guid` IN (240643, 240521);
DELETE FROM `game_event_creature` WHERE `guid` IN (240643, 240521);