fix(DB/Quests): Quest "JoJ" should be available only to Draenei plaladins. (#11581)

Fixes #11206
This commit is contained in:
UltraNix 2022-05-08 23:36:13 +02:00 committed by GitHub
parent 933bf7b633
commit 2ae25087ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,2 @@
--
UPDATE `quest_template` SET `AllowableRaces`=1024 WHERE `id`=10366;