Eluna fix warning

V690 The 'WorldObjectInRangeCheck' class implements a copy constructor, but lacks the the '=' operator. It is dangerous to use such a class. elunautility.h 103
This commit is contained in:
Rochet2
2014-10-03 17:20:04 +03:00
parent 95b103d285
commit 1a4eac6c3b

View File

@@ -114,8 +114,6 @@ namespace ElunaUtil
uint16 i_typeMask;
uint32 i_entry;
uint32 i_hostile;
WorldObjectInRangeCheck(WorldObjectInRangeCheck const&);
};
/*