diff options
| author | Rushor <PBienati@web.de> | 2016-02-10 21:29:35 +0100 |
|---|---|---|
| committer | Rushor <PBienati@web.de> | 2016-02-10 21:29:35 +0100 |
| commit | fdfa210b46e761ee6099b9227f59f03341255074 (patch) | |
| tree | e61e6c5d2e3904b87cbdd6907f9217c7560d4fa9 | |
| parent | 16d386fe318707cd0d179e058739c4ceb17192ff (diff) | |
DB/Quest: Have They No Shame - AllowableRaces
* fixup previous commit
| -rw-r--r-- | sql/updates/world/2016_02_10_04_world.sql | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sql/updates/world/2016_02_10_04_world.sql b/sql/updates/world/2016_02_10_04_world.sql index e1dd6fa7603..00397623b90 100644 --- a/sql/updates/world/2016_02_10_04_world.sql +++ b/sql/updates/world/2016_02_10_04_world.sql @@ -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; |
