mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 05:36:23 +00:00
4
data/sql/updates/db_world/2024_06_29_08.sql
Normal file
4
data/sql/updates/db_world/2024_06_29_08.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
-- DB update 2024_06_29_07 -> 2024_06_29_08
|
||||
-- remove duplicate 25962 'Fire Eater' spawns
|
||||
DELETE FROM `creature` WHERE (`id1` = 25962) AND (`guid` IN (25954, 25957));
|
||||
DELETE FROM `game_event_creature` WHERE (`eventEntry` = 1) AND (`guid` IN (25954, 25957));
|
||||
Reference in New Issue
Block a user