From 8d641c96412a50e0ec613d194451a45815cafffb Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sun, 5 Apr 2015 12:50:53 +0200 Subject: DB/Misc: Fix startup errors (cherry picked from commit 229deea4435c7d642dd5ead062bd2e8b65916a57) Conflicts: sql/updates/world/2015_04_05_03_world.sql --- sql/updates/world/2015_04_05_03_world_f335.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/2015_04_05_03_world_f335.sql (limited to 'sql/updates') 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); -- cgit v1.2.3