Show
Ignore:
Timestamp:
11/19/08 13:31:37 (17 years ago)
Author:
yumileroy
Message:

[svn] * Raise modify scale limit from 3 to 10 for players
* Implement immunity totems from periodic damage spell effects. Source: Mangos
* Implemented second choice aggro targets for creatures. Source: Mangos

Original author: KingPin?
Date: 2008-10-19 16:52:50-05:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/game/Level1.cpp

    r44 r72  
    12421242 
    12431243    float Scale = (float)atof((char*)args); 
    1244     if (Scale > 3.0f || Scale <= 0.0f) 
     1244    if (Scale > 10.0f || Scale <= 0.0f) 
    12451245    { 
    12461246        SendSysMessage(LANG_BAD_VALUE);