aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2020-03-16 14:04:12 +0100
committerShauren <shauren.trinity@gmail.com>2021-12-23 21:16:01 +0100
commit2eac24264fce788b8dd204ba0d630429e9ac78d1 (patch)
tree157a9f5722f998567ac11997d62573d5b408bb64
parent5396de872066d65ca31f9ddbbc3e3bde8dfe6010 (diff)
DB/Creature: Fix equipments display
(cherry picked from commit 1eb560bbc8cf9a316ccc906fe63d37b51932293e)
-rw-r--r--sql/updates/world/master/2021_12_23_14_world_2020_03_16_03_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_23_14_world_2020_03_16_03_world.sql b/sql/updates/world/master/2021_12_23_14_world_2020_03_16_03_world.sql
new file mode 100644
index 00000000000..8737c53a5c0
--- /dev/null
+++ b/sql/updates/world/master/2021_12_23_14_world_2020_03_16_03_world.sql
@@ -0,0 +1,4 @@
+--
+UPDATE `creature_template_addon` SET `bytes2`=2 WHERE `entry` IN (29103, 24768, 29102, 28647);
+UPDATE `creature_template_addon` SET `bytes2`=1 WHERE `entry` IN (31559, 31558, 30972, 38462, 1493, 36572, 2748, 2754, 3767, 7228, 9568, 10363, 12017, 12129, 12457, 12460, 12461, 12463, 12465, 12467, 12468, 14262, 14263, 14264, 15264, 15275, 15276, 15608, 17257, 18728, 19516, 19951, 22196, 22859, 22954, 25031, 25033, 27447, 27654, 28920, 38433);
+UPDATE `creature_addon` SET `bytes2`=1 WHERE `guid` IN (77849,74635, 74634,77846,77847,77848);