diff options
| author | megamage <none@none> | 2009-04-29 00:11:15 -0500 |
|---|---|---|
| committer | megamage <none@none> | 2009-04-29 00:11:15 -0500 |
| commit | 220dcb65dd9d0caff176d8144082b7316bfaede6 (patch) | |
| tree | 5636fd80de70e6d8fac9592df39f27ec144821ae /src/game/Unit.h | |
| parent | 4121087a8ef965b973cc83e9cbda2afa7332e02e (diff) | |
*Allow custom spell to change radius mod.
--HG--
branch : trunk
Diffstat (limited to 'src/game/Unit.h')
| -rw-r--r-- | src/game/Unit.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/Unit.h b/src/game/Unit.h index cbfa701a398..055eb9f3a38 100644 --- a/src/game/Unit.h +++ b/src/game/Unit.h @@ -128,6 +128,7 @@ enum SpellValueMod SPELLVALUE_BASE_POINT0, SPELLVALUE_BASE_POINT1, SPELLVALUE_BASE_POINT2, + SPELLVALUE_RADIUS_MOD, SPELLVALUE_MAX_TARGETS, }; |
