diff options
-rw-r--r-- | sql/updates/world/2015_04_05_03_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2015_04_05_03_world.sql b/sql/updates/world/2015_04_05_03_world.sql new file mode 100644 index 00000000000..261dd6c2a9f --- /dev/null +++ b/sql/updates/world/2015_04_05_03_world.sql @@ -0,0 +1,4 @@ +-- +UPDATE `creature` SET `spawnMask`=1 WHERE `map`=429; +UPDATE `gameobject` SET `spawnMask`=1 WHERE `map`=429; +UPDATE `quest_template` SET `RewardChoiceItemCount1`=1, `RewardChoiceItemCount2`=1, `RewardChoiceItemCount3`=1, `RewardChoiceItemCount4`=1, `RewardChoiceItemCount5`=1, `RewardChoiceItemCount6`=1 WHERE `Id` IN (10645,10639); |