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
+4 -1
View File
@@ -37,6 +37,9 @@ namespace Scripts.World
public const uint AuraPerfumeForever = 70235;
public const uint AuraPerfumeEnchantress = 70234;
public const uint AuraPerfumeVictory = 70233;
//BgSA Artillery
public const uint AntiPersonnalCannon = 27894;
}
[Script]
@@ -144,7 +147,7 @@ namespace Scripts.World
Creature vehicle = source.GetVehicleCreatureBase();
if (vehicle)
{
if (vehicle.GetEntry() == SACreatureIds.AntiPersonnalCannon)
if (vehicle.GetEntry() == AchievementConst.AntiPersonnalCannon)
return true;
}