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:
Bing Zhe
2022-12-14 16:43:26 +08:00
committed by GitHub
parent 3251e7f421
commit 8379166f3f

View File

@@ -0,0 +1 @@
DELETE FROM `npc_trainer` WHERE `ID` = 19063 AND `SpellID` = -201026;