Eluna add mangos support. Notice that old MANGOS is now CMANGOS

This commit is contained in:
Rochet2
2014-06-29 14:16:59 +03:00
committed by Foereaper
parent 1f75dc7843
commit 8fe509c838
4 changed files with 58 additions and 26 deletions

View File

@@ -484,7 +484,7 @@ public:
return false;
if (Unit* unit = u->ToUnit())
{
#ifndef TRINITY
#ifdef CMANGOS
if (!unit->isAlive())
return false;
#else