mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-13 07:23:44 +00:00
9
data/sql/updates/db_world/2023_11_12_01.sql
Normal file
9
data/sql/updates/db_world/2023_11_12_01.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
-- DB update 2023_11_12_00 -> 2023_11_12_01
|
||||
UPDATE `creature` SET `MovementType` = 2 WHERE `guid` IN (6974,6989,6973,6975,7210) AND `id1` IN (2718,2717,2716,2716,2907);
|
||||
DELETE FROM `creature_addon` WHERE (`guid` IN (6974,6989,6973,6975,7210));
|
||||
INSERT INTO `creature_addon` (`guid`, `path_id`, `bytes2`) VALUES
|
||||
(6974, 69740, 1),
|
||||
(6989, 69890, 1),
|
||||
(6973, 69730, 1),
|
||||
(6975, 69750, 1),
|
||||
(7210, 72100, 1);
|
||||
Reference in New Issue
Block a user