From 36d464d563b6380690e4f0137d2b7f5e90d3b3e0 Mon Sep 17 00:00:00 2001 From: treeston Date: Sun, 20 Sep 2015 16:36:55 +0200 Subject: Scripts/Naxxramas: Fixed an incorrect spellid for Naxx10 Hateful Strike. --- sql/updates/world/2015_09_20_00_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/2015_09_20_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/2015_09_20_00_world.sql b/sql/updates/world/2015_09_20_00_world.sql new file mode 100644 index 00000000000..c71610a528b --- /dev/null +++ b/sql/updates/world/2015_09_20_00_world.sql @@ -0,0 +1,3 @@ +-- remove existing entries +DELETE FROM `spelldifficulty_dbc` WHERE id IN (28308,41926); +INSERT INTO `spelldifficulty_dbc` (`id`,`spellid0`,`spellid1`) VALUES (28308,28308,59192); -- cgit v1.2.3