From 3b78023100109db9e70615162de114e606f1a2ce Mon Sep 17 00:00:00 2001 From: MitchesD Date: Mon, 29 Jul 2013 13:11:07 +0200 Subject: Scripts/DrakTharonKeep: Update King Dred to use events Closes #10385 Signed-off-by: joschiwald --- sql/updates/world/2013_07_29_01_world_spelldifficulty_dbc.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/2013_07_29_01_world_spelldifficulty_dbc.sql (limited to 'sql') 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); -- cgit v1.2.3