chore(DB): import pending files

Referenced commit(s): b348455d53
This commit is contained in:
github-actions[bot]
2026-02-15 12:01:35 +00:00
parent 19f418f489
commit ce3ebadbec
2 changed files with 2 additions and 0 deletions

View 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);

View 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;