mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
removed suggested group number for quest 656
This commit is contained in:
@@ -9,3 +9,6 @@ DELETE FROM `creature_addon` WHERE `guid` IN
|
|||||||
|
|
||||||
-- set drop rate of sigil of strom to 5%, was 100%
|
-- set drop rate of sigil of strom to 5%, was 100%
|
||||||
UPDATE `creature_loot_template` SET `Chance` = 5 WHERE `Item` = 4440;
|
UPDATE `creature_loot_template` SET `Chance` = 5 WHERE `Item` = 4440;
|
||||||
|
|
||||||
|
-- summoning the princess, quest 656, remove suggested player 2
|
||||||
|
UPDATE `quest_template` SET `SuggestedGroupNum` = 0 WHERE `ID` = 656;
|
||||||
|
|||||||
Reference in New Issue
Block a user