Part 2: Merge branch 'master' of https://github.com/TrinityCore/TrinityCore into 4.3.4

This commit is contained in:
Shauren
2014-07-19 13:42:43 +02:00
9 changed files with 103 additions and 19 deletions

View File

@@ -0,0 +1,20 @@
DELETE FROM `creature_addon` WHERE `guid` IN (
132567,
132568,
132566,
132564,
132565,
132553,
132554,
132555,
132556,
132557,
132558,
132559,
132560,
132561,
132562,
132563);
DELETE FROM `creature_template_addon` WHERE `entry`=23051;
INSERT INTO `creature_template_addon` (`entry`, `mount`, `bytes1`, `bytes2`, `auras`) VALUES
(23051, 0, 0x0, 0x1, '');

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_custom_attr` WHERE `entry`=49882;
INSERT INTO `spell_custom_attr` (`entry`, `attributes`) VALUES
(49882, 32768);