mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
Rename optional_remove_heirlooms.sql to zz_optional_remove_heirlooms.sql
consistency
This commit is contained in:
@@ -9,4 +9,4 @@ DELETE FROM `npc_vendor` WHERE `item` IN ( 38691, 42943, 42944, 42945, 42946,
|
|||||||
44102, 44103, 44105, 44107, 48677, 48683, 48685, 48687, 48689, 48691, 48716,
|
44102, 44103, 44105, 44107, 48677, 48683, 48685, 48687, 48689, 48691, 48716,
|
||||||
48718, 50255);
|
48718, 50255);
|
||||||
UPDATE `quest_template` SET `RewardChoiceItemID1` = 0, `RewardChoiceItemQuantity1` = 0, `RewardChoiceItemID2` = 0, `RewardChoiceItemQuantity2` = 0,
|
UPDATE `quest_template` SET `RewardChoiceItemID1` = 0, `RewardChoiceItemQuantity1` = 0, `RewardChoiceItemID2` = 0, `RewardChoiceItemQuantity2` = 0,
|
||||||
`RewardItem1` = 50287, `RewardAmount1` = 1 WHERE `id` = 24803;
|
`RewardItem1` = 50287, `RewardAmount1` = 1 WHERE `id` = 24803;
|
||||||
Reference in New Issue
Block a user