Skip to content

Commit

Permalink
DB/Misc: Fix Hero's call boards
Browse files Browse the repository at this point in the history
  • Loading branch information
Killyana committed Apr 10, 2016
1 parent 0b72b6a commit ccd748f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sql/updates/world/2016_04_10_02_world.sql
@@ -0,0 +1,5 @@
--
UPDATE `gameobject_template` SET `faction`= 29 WHERE `entry` IN (206116, 206109, 207324, 207279, 208317, 207323, 207325);
UPDATE `gameobject_template` SET `faction`= 12 WHERE `entry` IN (206111, 206294, 207320, 208316, 207321, 207322);
UPDATE `quest_template` SET `AllowableRaces`=`AllowableRaces` | 1 | 4 | 8 | 64 | 1024 | 2097152 | 16777216 WHERE `id` IN (SELECT `quest` FROM `gameobject_queststarter` WHERE `id` IN (206111, 206294, 207320, 208316, 207321, 207322));
UPDATE `quest_template` SET `AllowableRaces`=`AllowableRaces` | 2 | 16 | 32 | 128 | 256 | 512 | 33554432 WHERE `id` IN (SELECT `quest` FROM `gameobject_queststarter` WHERE `id` IN (206116, 206109, 207324, 207279, 208317, 207323, 207325));

0 comments on commit ccd748f

Please sign in to comment.