aboutsummaryrefslogtreecommitdiff
path: root/sql/base/world_database.sql
diff options
context:
space:
mode:
authorMachiavelli <machiavelli.trinity@gmail.com>2010-12-29 11:58:09 +0100
committerMachiavelli <machiavelli.trinity@gmail.com>2010-12-29 11:58:09 +0100
commite26294db568a220af460ebf04cef5213d541e280 (patch)
tree6de236cb4cadef9ae6da1919c82251dd2cf05643 /sql/base/world_database.sql
parentb311bc2ad62a1d594bf23e99ab6d825bfa795b02 (diff)
Scripts: Correct function registration of spell_dru_moonkin_form_passive_AuraScript, fix intendation in world_database.sql
Author: QAston
Diffstat (limited to 'sql/base/world_database.sql')
-rw-r--r--sql/base/world_database.sql6
1 files changed, 3 insertions, 3 deletions
diff --git a/sql/base/world_database.sql b/sql/base/world_database.sql
index ea7b427c7c2..afe2a8e2486 100644
--- a/sql/base/world_database.sql
+++ b/sql/base/world_database.sql
@@ -26958,13 +26958,13 @@ INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
( 47422, 'spell_warl_everlasting_affliction'),
-- druid
( 54846, 'spell_dru_glyph_of_starfire'),
-(69366, 'spell_dru_moonkin_form_passive'),
+( 69366, 'spell_dru_moonkin_form_passive'),
(-33851, 'spell_dru_primal_tenacity'),
-(62606, 'spell_dru_savage_defense'),
+( 62606, 'spell_dru_savage_defense'),
-- example
( 66244, 'spell_ex_66244'),
( 5581, 'spell_ex_5581'),
-(47299, 'spell_ex_absorb_aura');
+( 47299, 'spell_ex_absorb_aura');
/*!40000 ALTER TABLE `spell_script_names` ENABLE KEYS */;
UNLOCK TABLES;