Core/Summons: Handle summons using SummonProperties.Control type 5 as vehicles
Port From (https://github.com/TrinityCore/TrinityCore/commit/23bb1a56b74191e131e41ad25edbe40ee4e76a96)
This commit is contained in:
@@ -130,9 +130,8 @@ namespace Framework.Constants
|
||||
Ally = 1,
|
||||
Pet = 2,
|
||||
Puppet = 3,
|
||||
Vehicle = 4,
|
||||
Unk = 5 // as of patch 3.3.5a only Bone Spike in Icecrown Citadel
|
||||
// uses this category
|
||||
PossessedVehicle = 4,
|
||||
Vehicle = 5 // Wild, but Ride Spell will be cast
|
||||
}
|
||||
|
||||
public enum SummonTitle
|
||||
|
||||
Reference in New Issue
Block a user