mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-17 16:10:49 +01:00
Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
This commit is contained in:
2
sql/updates/world/2013_07_18_00_world_conditions.sql
Normal file
2
sql/updates/world/2013_07_18_00_world_conditions.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
-- Fix There's Something About the Squire
|
||||
UPDATE `conditions` SET `ConditionTarget`=1 WHERE `SourceTypeOrReferenceId`=17 AND `SourceGroup`=0 AND `SourceEntry`=63126 AND `ConditionTypeOrReference`=9;
|
||||
15
sql/updates/world/2013_07_18_01_world_koralon.sql
Normal file
15
sql/updates/world/2013_07_18_01_world_koralon.sql
Normal file
@@ -0,0 +1,15 @@
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id` IN (66725,68161,66808,68160,66765,67333,66809,67331);
|
||||
INSERT INTO `spell_script_names` (`spell_id` ,`ScriptName`) VALUES
|
||||
(66725, 'spell_koralon_meteor_fists'),
|
||||
(68161, 'spell_koralon_meteor_fists'),
|
||||
(66808, 'spell_flame_warder_meteor_fists'),
|
||||
(68160, 'spell_flame_warder_meteor_fists'),
|
||||
(66765, 'spell_koralon_meteor_fists_damage'),
|
||||
(67333, 'spell_koralon_meteor_fists_damage'),
|
||||
(66809, 'spell_koralon_meteor_fists_damage'),
|
||||
(67331, 'spell_koralon_meteor_fists_damage');
|
||||
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (66808,68160);
|
||||
INSERT INTO `spell_proc_event` (`entry`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`procFlags`,`procEx`,`ppmRate`,`CustomChance`,`Cooldown`) VALUES
|
||||
(66808,0,0,0,0,0,0x4,0,0,0,0),
|
||||
(68160,0,0,0,0,0,0x4,0,0,0,0);
|
||||
Reference in New Issue
Block a user