Skip to content

Commit 6dd142d

Browse files
authored
DB/Trainer: Correct ReqLevel for Darnassus and Thunder Bluff spells
closes #30403 by CraftedRO
1 parent 98cd499 commit 6dd142d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
-- Portal: Darnassus AND Portal: Thunder Bluff required lvl 50
2+
UPDATE `trainer_spell` SET `ReqLevel`=50 WHERE `SpellID` IN (11419,11420);
3+
4+
-- Teleport: Darnassus AND Teleport: Thunder Bluff required lvl 30
5+
UPDATE `trainer_spell` SET `ReqLevel`=30 WHERE `SpellID` IN (3565,3566);

0 commit comments

Comments
 (0)