fix(DB/Creature) - Removed the profession requirement to interact with trainer (#20763)
This commit is contained in:
parent
951d395dca
commit
2aae596e04
1 changed files with 3 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
--
|
||||
-- Removed the requirement of the player needing to have Blacksmithing to Interact with her
|
||||
UPDATE `creature_template` SET `trainer_spell` = 0 WHERE (`entry` = 29505);
|
||||
Loading…
Add table
Add a link
Reference in a new issue