DB/SFK: fixed Commander Springvale's Shield of the Perfidious summon location

This commit is contained in:
Ovahlord
2018-03-20 14:37:50 +01:00
parent c8e5b45dc8
commit aabca3f5c8
2 changed files with 5 additions and 4 deletions

View File

@@ -0,0 +1,4 @@
DELETE FROM `spell_script_names` WHERE `ScriptName`= 'spell_sha_earth_shock';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(8042, 'spell_sha_earth_shock');

View File

@@ -1,4 +1 @@
DELETE FROM `spell_script_names` WHERE `ScriptName`= 'spell_sha_earth_shock';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(8042, 'spell_sha_earth_shock');
UPDATE `spelleffect_dbc` SET `EffectImplicitTargetA`=47, `EffectImplicitTargetB`=0 WHERE `Id`=155915;