chore(DB): import pending files

Referenced commit(s): 9d03280163
This commit is contained in:
github-actions[bot]
2024-11-05 09:06:10 +00:00
parent 9d03280163
commit b5646077b1
3 changed files with 3 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
-- DB update 2024_11_04_08 -> 2024_11_05_00
--
DELETE FROM `spell_script_names` WHERE `spell_id`=23595 AND `ScriptName`='spell_item_luffa';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (23595, 'spell_item_luffa');

View File

@@ -1,3 +1,4 @@
-- DB update 2024_11_05_00 -> 2024_11_05_01
-- Update gameobject 'Xmas*' with sniffed values
-- updated spawns
DELETE FROM `gameobject` WHERE (`id` IN (178433, 178436, 178431, 178428, 178432, 178434, 178435, 178430, 178429, 178426))

View File

@@ -1 +1,2 @@
-- DB update 2024_11_05_01 -> 2024_11_05_02
UPDATE `npc_vendor` SET `incrtime` = 300 WHERE `item` = 22909 AND `entry` IN (18005, 19837);