fix(DB/Creature) - Removed the profession requirement to interact with trainer (#20763)

This commit is contained in:
FlyingArowana 2024-12-09 15:05:15 +00:00 committed by GitHub
parent 951d395dca
commit 2aae596e04
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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);