fix(DB/Creature): Warlock trainers in Orgrimmar should talk orcish (#18166)

* closes https://github.com/azerothcore/azerothcore-wotlk/issues/18041
This commit is contained in:
Kitzunu
2024-01-14 14:46:33 +01:00
committed by GitHub
parent 5af69a78a2
commit 8900b2eb99

View File

@@ -0,0 +1,2 @@
--
UPDATE `npc_text` SET `lang0` = 1 WHERE `ID` IN (5722, 5723);