aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorjoschiwald <joschiwald.trinity@gmail.com>2015-09-20 17:04:15 +0200
committerjoschiwald <joschiwald.trinity@gmail.com>2015-09-20 17:04:15 +0200
commit1cb8de7d054a1c507d504c2f1fd7daa9f87d578a (patch)
tree7f2dce588cfaa6bb25a44c0f6609aa0aa99bb69e /sql
parentc5cc7cca3e29e176b5ec0405a05c3db8e19c4e93 (diff)
parent36d464d563b6380690e4f0137d2b7f5e90d3b3e0 (diff)
Merge pull request #15551 from Treeston/3.3.5-patchwerk
Scripts/Naxxramas: Patchwerk - quick bugfix (incorrect SpellID)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2015_09_20_00_world.sql3
1 files changed, 3 insertions, 0 deletions
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);