mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
Core: Fixed warning
This commit is contained in:
@@ -331,9 +331,9 @@ private:
|
||||
}
|
||||
else
|
||||
{
|
||||
delay = TimeStringToSecs(std::string(args));
|
||||
delay = TimeStringToSecs(std::string(delayStr));
|
||||
|
||||
if (delay == 0 || delay < 0)
|
||||
if (delay == 0)
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user