mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-30 13:47:23 +01:00
DB/Creature: Fix some npc triggers auras
This commit is contained in:
3
sql/updates/world/2016_04_14_00_world.sql
Normal file
3
sql/updates/world/2016_04_14_00_world.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
--
|
||||
DELETE FROM `creature_template_addon` WHERE `entry` IN (39859, 38821, 34527, 35845);
|
||||
UPDATE `creature_template` SET `InhabitType`=4, `flags_extra`=128 WHERE `entry` IN (39859, 38821, 34527, 35845);
|
||||
Reference in New Issue
Block a user