From 2fd0c7a1f860c6eb2bc0ab2653af5c28f9861ec2 Mon Sep 17 00:00:00 2001 From: offl Date: Mon, 25 Jan 2021 02:22:22 +0200 Subject: DB/Creature: Fix scale of penguins (cherry picked from commit 075d46a46bf1172480730e280106adf4c051371e) --- .../world/master/2022_03_05_99_world_2021_01_25_00_world.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/world/master/2022_03_05_99_world_2021_01_25_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2022_03_05_99_world_2021_01_25_00_world.sql b/sql/updates/world/master/2022_03_05_99_world_2021_01_25_00_world.sql new file mode 100644 index 00000000000..548f9a19c9a --- /dev/null +++ b/sql/updates/world/master/2022_03_05_99_world_2021_01_25_00_world.sql @@ -0,0 +1,6 @@ +-- +UPDATE `creature_template` SET `scale` = 1 WHERE `entry` IN (28440,32498); +DELETE FROM `creature_template_addon` WHERE `entry` IN (28407,32498); +INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES +(28407,0,0,0,1,0,0,"51583"), +(32498,0,0,0,1,0,0,"51583"); -- cgit v1.2.3