parent
9d03280163
commit
b5646077b1
3 changed files with 3 additions and 0 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue