Fixed appearance validation

Implemented proper facial hair validation
Implemented transmog Set
fix interaction of spells like Shadowmeld with Threat reducing effects
This commit is contained in:
hondacrx
2017-08-24 18:01:44 -04:00
parent 7934d51702
commit 0707f9b377
71 changed files with 2968 additions and 632 deletions
+2 -2
View File
@@ -21,7 +21,7 @@ using System.Collections.Generic;
using Game.Network.Packets;
using Game.DataStorage;
namespace Game.BattleGrounds
namespace Game.BattleGrounds.Zones
{
class BgEyeofStorm : Battleground
{
@@ -763,7 +763,7 @@ namespace Game.BattleGrounds
else
SendMessageToAll(EotSMisc.m_CapturingPointTypes[Point].MessageIdHorde, ChatMsg.BgSystemHorde, player);
if (BgCreatures.ContainsKey(Point) && !BgCreatures[Point].IsEmpty())
if (!BgCreatures[Point].IsEmpty())
DelCreature(Point);
WorldSafeLocsRecord sg = CliDB.WorldSafeLocsStorage.LookupByKey(EotSMisc.m_CapturingPointTypes[Point].GraveYardId);