mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-17 09:14:34 +00:00
5
data/sql/updates/db_world/2025_10_28_02.sql
Normal file
5
data/sql/updates/db_world/2025_10_28_02.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- DB update 2025_10_28_01 -> 2025_10_28_02
|
||||
--
|
||||
DELETE FROM `creature_template_addon` WHERE (`entry` = 30967);
|
||||
INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES
|
||||
(30967, 0, 0, 0, 0, 0, 0, '59143');
|
||||
5
data/sql/updates/db_world/2025_10_28_03.sql
Normal file
5
data/sql/updates/db_world/2025_10_28_03.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- DB update 2025_10_28_02 -> 2025_10_28_03
|
||||
--
|
||||
DELETE FROM `creature_template_addon` WHERE (`entry` = 30964);
|
||||
INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES
|
||||
(30964, 0, 0, 0, 0, 0, 0, '59140');
|
||||
Reference in New Issue
Block a user