From 1aa317d5a86da22f5bbee384b1565f80bd9b4838 Mon Sep 17 00:00:00 2001 From: SignFinder Date: Sun, 22 Jul 2012 02:05:44 +0100 Subject: DB/Spells: Fix a wrong spell id in spelldifficulty_dbc table Closes #7147 Closes #6321 Signed-off-by: Nay --- sql/updates/world/2012_07_22_00_world_spelldifficulty_dbc.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/2012_07_22_00_world_spelldifficulty_dbc.sql (limited to 'sql') 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; -- cgit v1.2.3