diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2015-04-05 12:50:53 +0200 |
---|---|---|
committer | Aokromes <Aokromes@users.noreply.github.com> | 2015-04-05 12:50:53 +0200 |
commit | 229deea4435c7d642dd5ead062bd2e8b65916a57 (patch) | |
tree | 7d682d70c6a4975a22d7d8685163ab683b1b11fb | |
parent | f49a1b0f1fb7423466e5773eb29c77b2ebf26fc0 (diff) |
DB/Misc: Fix startup errors
-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); |