DB/Quest: Have They No Shame - AllowableRaces

* fixup previous commit
This commit is contained in:
Rushor
2016-02-10 21:29:35 +01:00
parent 16d386fe31
commit fdfa210b46
+3 -2
View File
@@ -1,3 +1,4 @@
--
UPDATE `quest_template` SET `AllowableRaces` = 1 + 4 + 8 + 64 + 1024 + 2097152 + 16777216 WHERE id=13094;
UPDATE `quest_template` SET `AllowableRaces` = 2 + 16 + 32 + 128 + 256 + 512 + 33554432 WHERE id=13095;
UPDATE `quest_template` SET `AllowableRaces`=0 WHERE `id` IN (13094, 13095);
UPDATE `quest_template` SET `AllowableRaces`=`AllowableRaces`|1|4|8|64|1024|2097152|16777216 WHERE id=13094;
UPDATE `quest_template` SET `AllowableRaces`=`AllowableRaces`|2|16|32|128|256|512|33554432 WHERE id=13095;