aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZxBiohazardZx <zxbiohazardzx@gmail.com>2011-03-21 22:09:06 +0100
committerZxBiohazardZx <zxbiohazardzx@gmail.com>2011-03-21 22:09:06 +0100
commit1d62d30b0b62bbc2404aafa4020e8e0ab5505ece (patch)
treecbdddd2a49b92f4e8f00c14c4944aea2fb0e2e47
parent90b4a43bcb4f0b5cab64bea2b523861f29a3066a (diff)
DB/Spells: Add Correct Spellranks for Dire Bear and Swift Flight Form
fixes #994
-rw-r--r--sql/updates/world/2011_03_21_5_world_spell_ranks.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/2011_03_21_5_world_spell_ranks.sql b/sql/updates/world/2011_03_21_5_world_spell_ranks.sql
new file mode 100644
index 00000000000..9d39c4effd8
--- /dev/null
+++ b/sql/updates/world/2011_03_21_5_world_spell_ranks.sql
@@ -0,0 +1,6 @@
+DELETE FROM `spell_ranks` WHERE `first_spell_id` IN (5487,33943);
+INSERT INTO `spell_ranks` (`first_spell_id`,`spell_id`,`rank`) VALUES
+(5487,5487,1),
+(5487,9634,2),
+(33943,33943,1),
+(33943,40120,2);