mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38:42 +01:00
21
sql/updates/world/2013_07_24_06_world_spell_ranks_434.sql
Normal file
21
sql/updates/world/2013_07_24_06_world_spell_ranks_434.sql
Normal file
@@ -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);
|
||||
Reference in New Issue
Block a user