feat(Core/SmartAI): add startup error for non existent SmartAI entries (#20694)

This commit is contained in:
sudlud
2024-11-24 21:25:02 +01:00
committed by GitHub
parent 7f5bcda7f7
commit b2c04603f7
4 changed files with 84 additions and 0 deletions

View File

@@ -884,6 +884,7 @@ public:
[[nodiscard]] AreaTriggerTeleport const* GetGoBackTrigger(uint32 Map) const;
[[nodiscard]] AreaTriggerTeleport const* GetMapEntranceTrigger(uint32 Map) const;
[[nodiscard]] AreaTriggerScriptContainer const& GetAllAreaTriggerScriptData() const { return _areaTriggerScriptStore; }
uint32 GetAreaTriggerScriptId(uint32 trigger_id);
SpellScriptsBounds GetSpellScriptsBounds(uint32 spell_id);