diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2015-04-05 12:50:53 +0200 |
---|---|---|
committer | DDuarte <dnpd.dd@gmail.com> | 2015-04-14 01:01:56 +0100 |
commit | 8d641c96412a50e0ec613d194451a45815cafffb (patch) | |
tree | 2a92ebeef14d4fb79a5d239228a64dc3b959bca9 | |
parent | d05cd1a6d76b1f30113ceda1c193cfb9f59733d8 (diff) |
DB/Misc: Fix startup errors
(cherry picked from commit 229deea4435c7d642dd5ead062bd2e8b65916a57)
Conflicts:
sql/updates/world/2015_04_05_03_world.sql
-rw-r--r-- | sql/updates/world/2015_04_05_03_world_f335.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2015_04_05_03_world_f335.sql b/sql/updates/world/2015_04_05_03_world_f335.sql new file mode 100644 index 00000000000..261dd6c2a9f --- /dev/null +++ b/sql/updates/world/2015_04_05_03_world_f335.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); |