[Quest API] Add rule AlternateAugmentationSealer for using a different bagtype (#2831)

* [Quest API] Add rule AlternateAugmentationSealer for using a different bagtype as an alternate augmentation sealer. Use EVENT_COMBINE with UseAugmentContainer

* Default it to be off or bagtype 53 (BagTypeAugmentationSealer)
This commit is contained in:
Natedog2012
2023-02-06 17:30:16 -06:00
committed by GitHub
parent 25b4b97c41
commit 155ec9ac0d
7 changed files with 25 additions and 1 deletions
+1
View File
@@ -465,6 +465,7 @@ public:
void ResetItemCooldown(uint32 item_id);
void SetItemCooldown(uint32 item_id, uint32 in_time);
uint32 GetItemCooldown(uint32 item_id);
void UseAugmentContainer(int container_slot);
void ApplySpell(int spell_id);
void ApplySpell(int spell_id, int duration);