mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-28 06:25:55 +00:00
5
data/sql/updates/db_world/2026_02_15_00.sql
Normal file
5
data/sql/updates/db_world/2026_02_15_00.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- DB update 2026_02_13_03 -> 2026_02_15_00
|
||||
DELETE FROM `waypoint_data` WHERE `id` IN (304490, 304520, 304510);
|
||||
|
||||
-- CREATURE_FLAG_EXTRA_HARD_RESET
|
||||
UPDATE `creature_template` SET `flags_extra` = `flags_extra` | 0x80000000 WHERE (`entry` = 28860);
|
||||
3
data/sql/updates/db_world/2026_02_15_01.sql
Normal file
3
data/sql/updates/db_world/2026_02_15_01.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- DB update 2026_02_15_00 -> 2026_02_15_01
|
||||
-- Remove unused ScriptName from Pure Saronite Deposit
|
||||
UPDATE `gameobject_template` SET `ScriptName` = '' WHERE `entry` = 195036;
|
||||
Reference in New Issue
Block a user