Misc Fixes
This commit is contained in:
@@ -3993,7 +3993,7 @@ namespace Game.Entities
|
||||
}
|
||||
|
||||
// Sanctified Wrath (bypass damage reduction)
|
||||
if (attacker != null && TakenTotalMod < 1.0f)
|
||||
if (TakenTotalMod < 1.0f)
|
||||
{
|
||||
SpellSchoolMask attackSchoolMask = spellProto != null ? spellProto.GetSchoolMask() : damageSchoolMask;
|
||||
|
||||
|
||||
@@ -3912,7 +3912,7 @@ namespace Game
|
||||
}
|
||||
|
||||
GameObjectOverride gameObjectOverride = new();
|
||||
gameObjectOverride.Faction = result.Read<uint>(1);
|
||||
gameObjectOverride.Faction = result.Read<ushort>(1);
|
||||
gameObjectOverride.Flags = (GameObjectFlags)result.Read<uint>(2);
|
||||
|
||||
_gameObjectOverrideStorage[spawnId] = gameObjectOverride;
|
||||
|
||||
Reference in New Issue
Block a user