mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
DB/Trainer: Correct ReqLevel for Darnassus and Thunder Bluff spells
closes #30403 by CraftedRO
This commit is contained in:
5
sql/updates/world/3.3.5/2024_11_05_01_world.sql
Normal file
5
sql/updates/world/3.3.5/2024_11_05_01_world.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- Portal: Darnassus AND Portal: Thunder Bluff required lvl 50
|
||||
UPDATE `trainer_spell` SET `ReqLevel`=50 WHERE `SpellID` IN (11419,11420);
|
||||
|
||||
-- Teleport: Darnassus AND Teleport: Thunder Bluff required lvl 30
|
||||
UPDATE `trainer_spell` SET `ReqLevel`=30 WHERE `SpellID` IN (3565,3566);
|
||||
Reference in New Issue
Block a user