fix(DB/quest_template): Travel to Darkshire (#5010)

This commit is contained in:
Peter 2021-04-01 17:28:24 +02:00 committed by GitHub
parent d1d10b7fca
commit 31a5faeef5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,4 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1616756103204132721');
-- This quest is only for Draenei
UPDATE `quest_template` SET `AllowableRaces`=`AllowableRaces`|1024 WHERE `id`=9429;