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:
parent
3251e7f421
commit
8379166f3f
1 changed files with 1 additions and 0 deletions
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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue