mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-19 03:45:43 +00:00
fix(Scripts/ScarletEnclave): Refactor 'How to Win Friends' quest scri… (#22432)
Co-authored-by: Rocco Silipo <108557877+Rorschach91@users.noreply.github.com>
This commit is contained in:
@@ -230,6 +230,12 @@ public:
|
||||
|
||||
DataMap CustomData;
|
||||
|
||||
template<typename... T>
|
||||
[[nodiscard]] bool EntryEquals(T... entries) const
|
||||
{
|
||||
return ((GetEntry() == entries) || ...);
|
||||
}
|
||||
|
||||
protected:
|
||||
Object();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user