[Doors] Add door blacklist (#3516)

* [Doors] Add door blacklist

* Renaming to simplify
This commit is contained in:
Chris Miles
2023-07-30 01:35:44 -05:00
committed by GitHub
parent 14fe396510
commit ddac326239
5 changed files with 77 additions and 46 deletions
+1
View File
@@ -1866,6 +1866,7 @@ private:
void SetHeroicWisBonuses(StatBonuses* n);
void DoSpellInterrupt(uint16 spell_id, int32 mana_cost, int my_curmana);
void HandleDoorOpen();
};
#endif