mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-01 01:53:47 +00:00
7
data/sql/updates/db_world/2023_09_05_00.sql
Normal file
7
data/sql/updates/db_world/2023_09_05_00.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
-- DB update 2023_09_04_02 -> 2023_09_05_00
|
||||
--
|
||||
DELETE FROM `creature_template_addon` WHERE `entry` IN (34146, 34150, 34151);
|
||||
INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES
|
||||
(34146, 0, 0, 0, 0, 0, 0, '64615'),
|
||||
(34150, 0, 0, 0, 0, 0, 0, '64615'),
|
||||
(34151, 0, 0, 0, 0, 0, 0, '64615');
|
||||
Reference in New Issue
Block a user