mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 02:46:33 +01:00
DB/SFK: fixed Commander Springvale's Shield of the Perfidious summon location
This commit is contained in:
4
sql/updates/world/4.3.4/custom_2018_03_20_00_world.sql
Normal file
4
sql/updates/world/4.3.4/custom_2018_03_20_00_world.sql
Normal 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');
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user