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

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