Core/AI: silence a freaking annoying VS IntelliSense warning

(cherry picked from commit 0eb5d240fa)
This commit is contained in:
ccrs
2019-05-15 16:42:28 +02:00
committed by Shauren
parent dd11603150
commit 672d4d6baa

View File

@@ -1166,12 +1166,6 @@ private:
if (!V) \
return R;
struct TSpellSummary
{
uint8 Targets; // set of enum SelectTarget
uint8 Effects; // set of enum SelectEffect
} *SpellSummary;
ScriptObject::ScriptObject(char const* name) : _name(name)
{
sScriptMgr->IncreaseScriptCount();