DB/Creatures: corrected some template addon auras and correct inhabit type for a Deathwing creature

This commit is contained in:
Ovahlord
2018-09-03 13:04:23 +02:00
parent 21c55fba32
commit ed6a508b2c

View File

@@ -0,0 +1,2 @@
UPDATE `creature_template_addon` SET `auras`= '' WHERE `entry` IN (35845, 38821);
UPDATE `creature_template` SET `InhabitType`= 4 WHERE `entry`= 44744;