Core/Misc: Corrections after recent pull merge

This commit is contained in:
Shocker
2011-05-05 22:22:12 +03:00
parent 0baf01892c
commit ae7d55bb3b
4 changed files with 3 additions and 5 deletions

View File

@@ -683,7 +683,7 @@ public:
return false;
float Scale = (float)atof((char*)args);
if (Scale > 10.0f || Scale < 0.0f)
if (Scale > 10.0f || Scale < 0.1f)
{
handler->SendSysMessage(LANG_BAD_VALUE);
handler->SetSentErrorMessage(true);