DB/Misc: Fix a couple of start up errors and allow the mounted version of Attumen the Huntsmen to skip player damage check

This commit is contained in:
Nyeriah
2016-08-08 01:18:01 -03:00
parent ac3bfd111d
commit 358af1ccc2

View File

@@ -0,0 +1,3 @@
UPDATE `creature_template` SET `lootid` = 0 WHERE `entry` = 15550;
UPDATE `conditions` SET `SourceGroup` = 16152 WHERE `SourceGroup` = 15550 AND `SourceEntry` = 23809 AND `SourceTypeOrReferenceId` = 1;
UPDATE `creature_template` SET `flags_extra` = `flags_extra`|2097152 WHERE `entry` = 16152;