aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/2012_09_09_02_world_spell_script_names.sql2
-rw-r--r--sql/updates/world/2012_09_09_03_world_spell_bonus_data.sql16
2 files changed, 9 insertions, 9 deletions
diff --git a/sql/updates/world/2012_09_09_02_world_spell_script_names.sql b/sql/updates/world/2012_09_09_02_world_spell_script_names.sql
index 9c2beee82af..36e5b08c36d 100644
--- a/sql/updates/world/2012_09_09_02_world_spell_script_names.sql
+++ b/sql/updates/world/2012_09_09_02_world_spell_script_names.sql
@@ -1,4 +1,4 @@
--- Gabe der Naaru
+-- Gift of the Naaru
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_gen_gift_of_naaru';
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
(28880,'spell_gen_gift_of_naaru'), -- SPELLFAMILY_WARRIOR
diff --git a/sql/updates/world/2012_09_09_03_world_spell_bonus_data.sql b/sql/updates/world/2012_09_09_03_world_spell_bonus_data.sql
index 340bb8e28bc..a08c494da1b 100644
--- a/sql/updates/world/2012_09_09_03_world_spell_bonus_data.sql
+++ b/sql/updates/world/2012_09_09_03_world_spell_bonus_data.sql
@@ -1,9 +1,9 @@
-DELETE FROM `spell_bonus_data` WHERE `entry` IN (28880,59542,59543,59544,59545,59547,59548)
+DELETE FROM `spell_bonus_data` WHERE `entry` IN (28880,59542,59543,59544,59545,59547,59548);
INSERT INTO `spell_bonus_data` (`entry`,`direct_bonus`,`dot_bonus`,`ap_bonus`,`ap_dot_bonus`,`comments`) VALUES
-(28880,0,0,0,0,'Warrior - Gabe der Naaru'),
-(59542,0,0,0,0,'Paladin - Gabe der Naaru'),
-(59543,0,0,0,0,'Hunter - Gabe der Naaru'),
-(59544,0,0,0,0,'Priest - Gabe der Naaru'),
-(59545,0,0,0,0,'Deathknight - Gabe der Naaru'),
-(59547,0,0,0,0,'Shaman - Gabe der Naaru'),
-(59548,0,0,0,0,'Mage - Gabe der Naaru');
+(28880,0,0,0,0,'Warrior - Gift of the Naaru'),
+(59542,0,0,0,0,'Paladin - Gift of the Naaru'),
+(59543,0,0,0,0,'Hunter - Gift of the Naaru'),
+(59544,0,0,0,0,'Priest - Gift of the Naaru'),
+(59545,0,0,0,0,'Deathknight - Gift of the Naaru'),
+(59547,0,0,0,0,'Shaman - Gift of the Naaru'),
+(59548,0,0,0,0,'Mage - Gift of the Naaru');