mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-02-14 15:53:45 +00:00
Compile bug fixes.
This commit is contained in:
@@ -135,7 +135,7 @@ class MemoryCalculatedValue : public CalculatedValue<T>
|
||||
return true;
|
||||
}
|
||||
|
||||
void Set(T value) override
|
||||
void Set([[maybe_unused]] T value) override // unused param - whipowill
|
||||
{
|
||||
CalculatedValue<T>::Set(this->value);
|
||||
UpdateChange();
|
||||
|
||||
Reference in New Issue
Block a user