From 1a4eac6c3b84b2a09f92f82364671fcd100fa75f Mon Sep 17 00:00:00 2001 From: Rochet2 Date: Fri, 3 Oct 2014 17:20:04 +0300 Subject: [PATCH] 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 --- ElunaUtility.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/ElunaUtility.h b/ElunaUtility.h index 82a7987..012048e 100644 --- a/ElunaUtility.h +++ b/ElunaUtility.h @@ -114,8 +114,6 @@ namespace ElunaUtil uint16 i_typeMask; uint32 i_entry; uint32 i_hostile; - - WorldObjectInRangeCheck(WorldObjectInRangeCheck const&); }; /*