mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-06 12:27:48 +00:00
feat(Core/SmartAI): add startup error for non existent SmartAI entries (#20694)
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user