diff options
| author | Shauren <shauren.trinity@gmail.com> | 2011-01-31 14:51:42 +0100 | 
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2011-01-31 14:51:42 +0100 | 
| commit | 42007bb0a9b917c22e9f01c28ca4169d0b7f7d2f (patch) | |
| tree | dd0936f6451ab29d35662e64be224a9e6a0c995e /sql/scripts | |
| parent | 08f251bdb088821483699fdc0c9e45c1d50f86b4 (diff) | |
Core/Spells: Implemented Druid T10 4P restoration bonus
Diffstat (limited to 'sql/scripts')
| -rw-r--r-- | sql/scripts/world_scripts_full.sql | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/sql/scripts/world_scripts_full.sql b/sql/scripts/world_scripts_full.sql index c6532376690..eec503383e0 100644 --- a/sql/scripts/world_scripts_full.sql +++ b/sql/scripts/world_scripts_full.sql @@ -2100,6 +2100,7 @@ INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES  ( 69366, 'spell_dru_moonkin_form_passive'),  (-33851, 'spell_dru_primal_tenacity'),  ( 62606, 'spell_dru_savage_defense'), +( 70691, 'spell_dru_t10_restoration_4p_bonus'),  -- example  ( 66244, 'spell_ex_66244'),   ( 5581,  'spell_ex_5581'), | 
