mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-26 15:16:24 +00:00
@@ -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');
|
||||
@@ -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))
|
||||
@@ -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);
|
||||
Reference in New Issue
Block a user