mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 02:50:29 +00:00
6
data/sql/updates/db_world/2023_01_01_00.sql
Normal file
6
data/sql/updates/db_world/2023_01_01_00.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- DB update 2022_12_31_02 -> 2023_01_01_00
|
||||
--
|
||||
UPDATE `smart_scripts` SET `link`=9 WHERE `entryorguid`=17827 AND `source_type`=0 AND `id`=2;
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=17827 AND `source_type`=0 AND `id`=9;
|
||||
INSERT INTO `smart_scripts` VALUES
|
||||
(17827,0,9,0,61,0,100,0,0,0,0,0,0,1,0,0,0,0,0,0,19,17826,100,0,0,0,0,0,0,'Claw - Combat - Swamplord Musel\'ek Say 0');
|
||||
3
data/sql/updates/db_world/2023_01_01_01.sql
Normal file
3
data/sql/updates/db_world/2023_01_01_01.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- DB update 2023_01_01_00 -> 2023_01_01_01
|
||||
--
|
||||
UPDATE `smart_scripts` SET `action_param2`=0 WHERE `entryorguid`=17826 AND `source_type`=0 AND `id` IN (1,2);
|
||||
Reference in New Issue
Block a user