From b3237630ecd6637f358d862ede00f92efba33f7a Mon Sep 17 00:00:00 2001 From: Malcrom Date: Sat, 15 Jun 2013 21:22:37 -0230 Subject: Script: Updated Murmur to use events. --- sql/updates/world/2013_06_15_08_world_spelldifficulty_dbc.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/2013_06_15_08_world_spelldifficulty_dbc.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2013_06_15_08_world_spelldifficulty_dbc.sql b/sql/updates/world/2013_06_15_08_world_spelldifficulty_dbc.sql new file mode 100644 index 00000000000..3c68f4e5b33 --- /dev/null +++ b/sql/updates/world/2013_06_15_08_world_spelldifficulty_dbc.sql @@ -0,0 +1,5 @@ +DELETE FROM `spelldifficulty_dbc` WHERE `id` IN (33923,33666,33711); +INSERT INTO `spelldifficulty_dbc` (`id`,`spellid0`,`spellid1`) VALUES +(33923,33923,38796), +(33666,33666,38795), +(33711,33711,38794); -- cgit v1.2.3