DB/Misc: Fix startup errors
(cherry picked from commit 229deea4435c7d642dd5ead062bd2e8b65916a57) Conflicts: sql/updates/world/2015_04_05_03_world.sql
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user