aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/master/2021_10_02_02_world.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_10_02_02_world.sql b/sql/updates/world/master/2021_10_02_02_world.sql
new file mode 100644
index 00000000000..33ad77371bd
--- /dev/null
+++ b/sql/updates/world/master/2021_10_02_02_world.sql
@@ -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);