mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 10:05:32 +01:00
DB/Creature: Fix equipments display
This commit is contained in:
4
sql/updates/world/3.3.5/2020_03_16_03_world.sql
Normal file
4
sql/updates/world/3.3.5/2020_03_16_03_world.sql
Normal file
@@ -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);
|
||||
Reference in New Issue
Block a user