mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 02:04:52 +01:00
Scripts/BoT: fixed hover visual for Halfus' dragons
This commit is contained in:
5
sql/updates/world/custom/custom_2019_02_18_00_world.sql
Normal file
5
sql/updates/world/custom/custom_2019_02_18_00_world.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
UPDATE `creature_template` SET `flags_extra`= 1073741824 | 512, `InhabitType`= 5 WHERE `entry` IN (44828, 46212, 46213, 46214);
|
||||
UPDATE `creature_template` SET `flags_extra`= 1073741824 | 512, `InhabitType`= 5 WHERE `entry` IN (44829, 46215, 46216, 46217);
|
||||
UPDATE `creature_template` SET `flags_extra`= 1073741824 | 512, `InhabitType`= 5 WHERE `entry` IN (44826, 46218, 46219, 46220);
|
||||
UPDATE `creature_template` SET `flags_extra`= 1073741824 | 512, `InhabitType`= 5 WHERE `entry` IN (44653, 46221, 46222, 46223);
|
||||
UPDATE `creature_template` SET `flags_extra`= 1073741824 | 512, `InhabitType`= 1 WHERE `entry` IN (46224, 46225, 46226);
|
||||
Reference in New Issue
Block a user