aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authoroffl <offl@users.noreply.github.com>2021-01-25 02:22:22 +0200
committerShauren <shauren.trinity@gmail.com>2022-03-06 01:35:52 +0100
commit2fd0c7a1f860c6eb2bc0ab2653af5c28f9861ec2 (patch)
tree9b99a0d4280e0dfa07b6e2744fc9119ab2d5f596 /sql/updates
parenta66b968f91d159b149ef5b7357d8a92572cb0b3c (diff)
DB/Creature: Fix scale of penguins
(cherry picked from commit 075d46a46bf1172480730e280106adf4c051371e)
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/master/2022_03_05_99_world_2021_01_25_00_world.sql6
1 files changed, 6 insertions, 0 deletions
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");