diff options
| author | Shocker <none@none> | 2010-09-08 16:03:05 +0300 |
|---|---|---|
| committer | Shocker <none@none> | 2010-09-08 16:03:05 +0300 |
| commit | 0ea520300ab95457d2b105a7cf00bb0b92c17615 (patch) | |
| tree | d1c71864300b18cd5b9f3bda4cbd6f1172f09cd0 /sql/updates | |
| parent | cbc7ca8655916c85b34d73830f5d035aea9507c5 (diff) | |
Core/Spells: Missing SQL from previous commit regarding PvP Trinket/WOTF shared CD
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/9841_world_spell_script_names.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/9841_world_spell_script_names.sql b/sql/updates/9841_world_spell_script_names.sql new file mode 100644 index 00000000000..5411994c43d --- /dev/null +++ b/sql/updates/9841_world_spell_script_names.sql @@ -0,0 +1,4 @@ +DELETE FROM `spell_script_names` WHERE `spell_id` IN(72752,72757); +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +('72752', 'spell_pvp_trinket_wotf_shared_cd'), +('72757', 'spell_pvp_trinket_wotf_shared_cd'); |
