aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2011-12-18 22:09:03 +0100
committerShauren <shauren.trinity@gmail.com>2011-12-18 22:09:03 +0100
commitb4df932e7184a1ec9987b2592a3df8f6a0b267b2 (patch)
tree2f56eb33c13ecd442fd37d96f30ca51bee83d46d /sql
parent3ba5afe8201650f6f49e2f8769fa216211c2796f (diff)
Core/Dungeon Finder: Implemented Luck of the Draw buff
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2011_12_18_02_world_spell_script_names.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2011_12_18_02_world_spell_script_names.sql b/sql/updates/world/2011_12_18_02_world_spell_script_names.sql
new file mode 100644
index 00000000000..c5f9a4376df
--- /dev/null
+++ b/sql/updates/world/2011_12_18_02_world_spell_script_names.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_gen_luck_of_the_draw';
+INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
+(72221,'spell_gen_luck_of_the_draw');