diff options
| author | Xanvial <xanvial@gmail.com> | 2013-01-28 06:13:27 +0700 |
|---|---|---|
| committer | Xanvial <xanvial@gmail.com> | 2013-01-28 06:13:27 +0700 |
| commit | 92068907f53719212ce84aa0832947f49294f3e8 (patch) | |
| tree | 32166245d7c8ccf13f5ceb608ca5058ee4e8a8d7 /sql | |
| parent | a3d07b5e6ac45c23ec4116028c4bccae9307083b (diff) | |
Scripts/Paladin: Shield of the Righteous
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2013_01_27_00_world_spell_script_names_434.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/2013_01_27_00_world_spell_script_names_434.sql b/sql/updates/world/2013_01_27_00_world_spell_script_names_434.sql new file mode 100644 index 00000000000..697e07dc6f4 --- /dev/null +++ b/sql/updates/world/2013_01_27_00_world_spell_script_names_434.sql @@ -0,0 +1,7 @@ +-- 53600 - Shield of the Righteous +-- Delete old (wotlk) scaling +DELETE FROM `spell_bonus_data` WHERE `entry`=53600; + +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_pal_shield_of_the_righteous'; +INSERT INTO `spell_script_names` VALUES +(53600,'spell_pal_shield_of_the_righteous'); |
