aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSignFinder <signfinder@gmail.com>2012-07-22 02:05:44 +0100
committerNay <dnpd.dd@gmail.com>2012-07-22 02:05:44 +0100
commit1aa317d5a86da22f5bbee384b1565f80bd9b4838 (patch)
tree9ed25fad129a738a7ee4651d3057fd186f960730
parent852cece2a07a7aa777a66b19e56090035e906551 (diff)
DB/Spells: Fix a wrong spell id in spelldifficulty_dbc table
Closes #7147 Closes #6321 Signed-off-by: Nay <dnpd.dd@gmail.com>
-rw-r--r--sql/updates/world/2012_07_22_00_world_spelldifficulty_dbc.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2012_07_22_00_world_spelldifficulty_dbc.sql b/sql/updates/world/2012_07_22_00_world_spelldifficulty_dbc.sql
new file mode 100644
index 00000000000..c90c42692b9
--- /dev/null
+++ b/sql/updates/world/2012_07_22_00_world_spelldifficulty_dbc.sql
@@ -0,0 +1 @@
+UPDATE `spelldifficulty_dbc` SET `spellid0`= 61890 WHERE `id`= 3251 AND `spellid1`= 63498;