mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 11:25:42 +00:00
fix(DB/Creature): Incorrect jewelcrafting trainer (#14213)
* fix(DB/Creature): Incorrect jewelcrafting trainer Shattrath Jewelcrafting trainer should not be able to learn grand master jewelcrafter. The NPC name is Hamanar(entry:19063) ,location is aldor area in shattrath. * Rename db-fix-npc_trainer to db-fix-npc_trainer.sql * Update data/sql/updates/pending_db_world/db-fix-npc_trainer.sql Co-authored-by: Gultask <100873791+Gultask@users.noreply.github.com> Co-authored-by: Gultask <100873791+Gultask@users.noreply.github.com>
This commit is contained in:
1
data/sql/updates/pending_db_world/db-fix-npc_trainer.sql
Normal file
1
data/sql/updates/pending_db_world/db-fix-npc_trainer.sql
Normal file
@@ -0,0 +1 @@
|
||||
DELETE FROM `npc_trainer` WHERE `ID` = 19063 AND `SpellID` = -201026;
|
||||
Reference in New Issue
Block a user