aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2011-02-04 11:27:02 +0100
committerShauren <shauren.trinity@gmail.com>2011-02-04 11:27:02 +0100
commit8d5ebded8ca3f4a78ed1733cfd72545688e387db (patch)
tree6b4141f07221830e28f2e3a46db4630257e23561 /sql/updates
parente9bae2d0a0fc45b6376581f2395ffa87fb9d9a99 (diff)
Core/Spells: Moved dungeon encounter crediting to scripts
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/2011_02_04_0_world_spell_script_names.sql17
1 files changed, 17 insertions, 0 deletions
diff --git a/sql/updates/2011_02_04_0_world_spell_script_names.sql b/sql/updates/2011_02_04_0_world_spell_script_names.sql
new file mode 100644
index 00000000000..645be0e6083
--- /dev/null
+++ b/sql/updates/2011_02_04_0_world_spell_script_names.sql
@@ -0,0 +1,17 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_gen_dungeon_credit';
+INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
+(58630,'spell_gen_dungeon_credit'),
+(59046,'spell_gen_dungeon_credit'),
+(59450,'spell_gen_dungeon_credit'),
+(61863,'spell_gen_dungeon_credit'),
+(64899,'spell_gen_dungeon_credit'),
+(64985,'spell_gen_dungeon_credit'),
+(65074,'spell_gen_dungeon_credit'),
+(65195,'spell_gen_dungeon_credit'),
+(68184,'spell_gen_dungeon_credit'),
+(68572,'spell_gen_dungeon_credit'),
+(68574,'spell_gen_dungeon_credit'),
+(68663,'spell_gen_dungeon_credit'),
+(72706,'spell_gen_dungeon_credit'),
+(72830,'spell_gen_dungeon_credit'),
+(72959,'spell_gen_dungeon_credit');