aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorDiscover- <amort11@hotmail.com>2013-10-14 16:56:32 +0200
committerDiscover- <amort11@hotmail.com>2013-10-14 16:56:32 +0200
commit54272e4768834919d39ad9ea5e34df4f876de512 (patch)
tree50c87843408c893776dc76669d485905709de4bf /sql
parent82eda3244ae97de3e6aebf352c134b03ff24e035 (diff)
parent0bdeb126360352740e83bafda4507c97b1daf2b4 (diff)
Merge branch 'master' of https://github.com/TrinityCore/TrinityCore
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2013_10_13_01_world_spelldifficulty_dbc.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2013_10_13_01_world_spelldifficulty_dbc.sql b/sql/updates/world/2013_10_13_01_world_spelldifficulty_dbc.sql
new file mode 100644
index 00000000000..4ebdf253422
--- /dev/null
+++ b/sql/updates/world/2013_10_13_01_world_spelldifficulty_dbc.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spelldifficulty_dbc` WHERE `id` = 55959;
+INSERT INTO `spelldifficulty_dbc` (`id`, `spellid0`, `spellid1`) VALUES
+(55959, 55959, 59513);