mirror of
https://github.com/araxiaonline/mod-mythic-plus.git
synced 2026-06-13 03:02:24 -04:00
15 lines
755 B
SQL
15 lines
755 B
SQL
REPLACE INTO
|
|
spell_ranks (first_spell_id, spell_id, `rank`)
|
|
VALUES
|
|
(150000, 150000, 1), (150000, 150011, 2), -- Ore Fusion
|
|
(150001, 150001, 1), (150001, 150012, 2), -- Cloth Fusion
|
|
(150002, 150002, 1), (150002, 150013, 2), -- Leather Fusion
|
|
(150003, 150003, 1), (150003, 150014, 2), -- Alchemy Fusion
|
|
(150004, 150004, 1), (150004, 150015, 2), -- Gem Fusion
|
|
(150005, 150005, 1), (150005, 150016, 2), -- Essence Fusion
|
|
(150006, 150006, 1), (150006, 150017, 2), -- Cold Fusion
|
|
(150007, 150007, 1), (150007, 150018, 2), -- Flame Fusion
|
|
(150008, 150008, 1), (150008, 150019, 2), -- Arcane Fusion
|
|
(150009, 150009, 1), (150009, 150020, 2), -- Dark Fusion
|
|
(150010, 150010, 1), (150010, 150021, 2) -- Earth Fusion
|
|
; |