DB/Misc: 3.3.5a fixes

This commit is contained in:
Aokromes
2016-09-15 17:04:56 +02:00
parent d4687de575
commit 4e6f1620d6
7 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1 @@
UPDATE `smart_scripts` SET `event_flags`=512 WHERE `entryorguid` IN(2179700,2179701) AND `source_type`=9;

View File

@@ -0,0 +1,2 @@
-- Krolmir, Hammer of Storms (quest 13010): Set correct target_type for Quest Kill Credit
UPDATE `smart_scripts` SET `target_type`=23 WHERE `entryorguid`=3033100 AND `source_type`=9 AND `id`=17;

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_bonus_data` WHERE `entry`=54968;
INSERT INTO `spell_bonus_data` (`entry`, `direct_bonus`, `dot_bonus`, `ap_bonus`, `ap_dot_bonus`, `comments`) VALUES
(54968, 0, 0, 0, 0, 'Glyph of Holy Light');

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_bonus_data` WHERE `entry`=59913;
INSERT INTO `spell_bonus_data` (`entry`, `direct_bonus`, `dot_bonus`, `ap_bonus`, `ap_dot_bonus`, `comments`) VALUES
(59913, 0, 0, 0, 0, 'Swift Hand of Justice - Heal');

View File

@@ -0,0 +1,2 @@
--
UPDATE `quest_template_addon` SET `SourceSpellID`=0 WHERE `ID`=11504;

View File

@@ -0,0 +1,2 @@
--
UPDATE `creature_loot_template` SET `Chance`=100 WHERE `Item` IN (24486, 31814);

View File

@@ -0,0 +1,2 @@
--
UPDATE `quest_template` SET `AllowableRaces`=0 WHERE `Id`=5057;