mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-17 17:24:33 +00:00
8
data/sql/updates/db_world/2024_10_15_30.sql
Normal file
8
data/sql/updates/db_world/2024_10_15_30.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
-- DB update 2024_10_14_29 -> 2024_10_15_30
|
||||
|
||||
UPDATE `creature_template` SET `MovementType`= 0, `movementId`= 0 WHERE (`entry` = 28683);
|
||||
UPDATE `creature` SET `MovementType`= 2 WHERE `guid` = 128455 AND `id1` = 28683;
|
||||
|
||||
DELETE FROM `creature_addon` WHERE (`guid` IN (128455));
|
||||
INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES
|
||||
(128455, 12845500, 2409, 0, 1, 0, 0, NULL);
|
||||
Reference in New Issue
Block a user