*Wintergrasp: Force Defender Faction on Turret creation, by Spp

--HG--
branch : trunk
This commit is contained in:
maximius
2009-10-14 02:24:52 -07:00
parent 0173a28760
commit dcbabbd06e

View File

@@ -494,6 +494,9 @@ void OPvPWintergrasp::OnCreatureCreate(Creature *creature, bool add)
}
}
break;
case CREATURE_TURRET:
creature->setFaction(WintergraspFaction[m_defender]);
break;
default:
if (m_creEntryPair.find(entry) != m_creEntryPair.end()) // guards and npc
{