This commit is contained in:
Christoph Oelckers 2014-11-09 12:13:13 +01:00
commit 22b5d0af8a
1 changed files with 1 additions and 1 deletions

View File

@ -4689,7 +4689,7 @@ enum RadiusGiveFlags
RGF_OBJECTS = 1 << 3,
RGF_VOODOO = 1 << 4,
RGF_CORPSES = 1 << 5,
RGF_MASK = 63,
RGF_MASK = 2111,
RGF_NOTARGET = 1 << 6,
RGF_NOTRACER = 1 << 7,
RGF_NOMASTER = 1 << 8,