mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-16 00:36:07 +00:00
refactor(Core/SmartScripts): Clean up validation logic by replacing A… (#21184)
This commit is contained in:
@@ -2219,6 +2219,7 @@ private:
|
||||
return true;
|
||||
}
|
||||
|
||||
static bool IsSAIBoolValid(SmartScriptHolder const& e, SAIBool value);
|
||||
static bool IsTextValid(SmartScriptHolder const& e, uint32 id);
|
||||
static bool CheckUnusedEventParams(SmartScriptHolder const& e);
|
||||
static bool CheckUnusedActionParams(SmartScriptHolder const& e);
|
||||
|
||||
Reference in New Issue
Block a user