From 2aae596e04f4ff759e9bd89a0e681b0a90be31ff Mon Sep 17 00:00:00 2001 From: FlyingArowana Date: Mon, 9 Dec 2024 15:05:15 +0000 Subject: [PATCH] fix(DB/Creature) - Removed the profession requirement to interact with trainer (#20763) --- data/sql/updates/pending_db_world/rev_1732828384228776300.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1732828384228776300.sql diff --git a/data/sql/updates/pending_db_world/rev_1732828384228776300.sql b/data/sql/updates/pending_db_world/rev_1732828384228776300.sql new file mode 100644 index 000000000..4fd65a123 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1732828384228776300.sql @@ -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);