mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 13:16:23 +00:00
6
data/sql/updates/db_world/2022_06_21_01.sql
Normal file
6
data/sql/updates/db_world/2022_06_21_01.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- DB update 2022_06_21_00 -> 2022_06_21_01
|
||||
--
|
||||
DELETE FROM `creature` WHERE `guid` = 248582;
|
||||
DELETE FROM `gameobject` WHERE `guid` IN (21003, 21004, 21005, 21006, 21007, 21008, 21010, 21011, 21012, 21013, 21014, 21015, 21017, 21019, 21020, 21021, 21022);
|
||||
DELETE FROM `game_event_creature` WHERE `guid` = 248582;
|
||||
DELETE FROM `game_event_gameobject` WHERE `guid` IN (21003, 21004, 21005, 21006, 21007, 21008, 21010, 21011, 21012, 21013, 21014, 21015, 21017, 21019, 21020, 21021, 21022);
|
||||
Reference in New Issue
Block a user