mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
5
sql/updates/world/master/2021_10_02_02_world.sql
Normal file
5
sql/updates/world/master/2021_10_02_02_world.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
UPDATE `creature_addon` SET `bytes2` = 1, `emote` = 333 WHERE `guid` IN (280020, 280019, 280001, 280003, 279956, 279945, 279928, 279914, 279906, 279894, 279893, 279888, 280008, 280002);
|
||||
|
||||
DELETE FROM `creature_addon` WHERE `guid` = 280018;
|
||||
INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES
|
||||
(280018, 0, 0, 0, 1, 333, 0, 0, 0, 0, NULL);
|
||||
Reference in New Issue
Block a user