aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMihapro <miha.penger@siol.net>2013-07-24 23:42:34 +0200
committerVincent-Michael <Vincent_Michael@gmx.de>2013-07-24 23:42:34 +0200
commitef83ec8d1c3dca2ef0208de376d0315d26d44227 (patch)
treeec9f86385c4884ad292889759471cbcd7d1512d3
parent2963b44e3db88aea4a4e70ffac285c9945202266 (diff)
DB/Spells: Fix Bandage debuff for 4.3.4
Closes #9689
-rw-r--r--sql/updates/world/2013_07_24_06_world_spell_ranks_434.sql21
1 files changed, 21 insertions, 0 deletions
diff --git a/sql/updates/world/2013_07_24_06_world_spell_ranks_434.sql b/sql/updates/world/2013_07_24_06_world_spell_ranks_434.sql
new file mode 100644
index 00000000000..d74b77d5ed2
--- /dev/null
+++ b/sql/updates/world/2013_07_24_06_world_spell_ranks_434.sql
@@ -0,0 +1,21 @@
+DELETE FROM `spell_ranks` WHERE `first_spell_id`=746;
+INSERT INTO `spell_ranks` (`first_spell_id`, `spell_id`, `rank`) VALUES
+(746, 746, 1),
+(746, 1159, 2),
+(746, 3267, 3),
+(746, 3268, 4),
+(746, 7926, 5),
+(746, 7927, 6),
+(746, 10838, 7),
+(746, 10839, 8),
+(746, 18608, 9),
+(746, 18610, 10),
+(746, 27030, 11),
+(746, 27031, 12),
+(746, 45543, 13),
+(746, 51827, 14),
+(746, 45544, 15),
+(746, 51803, 16),
+(746, 74553, 17),
+(746, 74554, 18),
+(746, 74555, 19);