mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 19:05:42 +00:00
4
data/sql/updates/db_world/2023_07_08_07.sql
Normal file
4
data/sql/updates/db_world/2023_07_08_07.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
-- DB update 2023_07_08_06 -> 2023_07_08_07
|
||||
--
|
||||
UPDATE `creature_model_info` SET `DisplayID_Other_Gender`=0 WHERE `DisplayID`=18309;
|
||||
|
||||
7
data/sql/updates/db_world/2023_07_08_08.sql
Normal file
7
data/sql/updates/db_world/2023_07_08_08.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
-- DB update 2023_07_08_07 -> 2023_07_08_08
|
||||
--
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid` = 4126 AND `source_type` = 0 AND `id` = 0;
|
||||
DELETE FROM `creature_template_addon` WHERE `entry` = 4126;
|
||||
INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES (4126, 0, 0, 0, 1, 0, 0, '22766');
|
||||
UPDATE `smart_scripts` SET `id`=0 WHERE `entryorguid`=4126 AND `source_type`=0 AND `id`=1 AND `link`=0;
|
||||
|
||||
Reference in New Issue
Block a user