aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorMitchesD <majklprofik@seznam.cz>2013-07-29 13:11:07 +0200
committerjoschiwald <joschiwald@online.de>2013-07-29 13:11:07 +0200
commit3b78023100109db9e70615162de114e606f1a2ce (patch)
treecf2565c816df5b42ac282b9a5111ebc805069ba1 /sql
parentd868f9db4bcb9b002d6c8fa16f6b62109f7066dc (diff)
Scripts/DrakTharonKeep: Update King Dred to use events
Closes #10385 Signed-off-by: joschiwald <joschiwald@online.de>
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2013_07_29_01_world_spelldifficulty_dbc.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2013_07_29_01_world_spelldifficulty_dbc.sql b/sql/updates/world/2013_07_29_01_world_spelldifficulty_dbc.sql
new file mode 100644
index 00000000000..56764385765
--- /dev/null
+++ b/sql/updates/world/2013_07_29_01_world_spelldifficulty_dbc.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spelldifficulty_dbc` WHERE `id` = 48849;
+INSERT INTO `spelldifficulty_dbc` (`id`, `spellid0`, `spellid1`) VALUES
+(48849, 48849, 59422);