mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-26 23:26:23 +00:00
Merge branch 'master' into Playerbot
This commit is contained in:
@@ -1869,10 +1869,7 @@ public:
|
||||
|
||||
// ShapeShitForm (use by druid)
|
||||
[[nodiscard]] ShapeshiftForm GetShapeshiftForm() const { return ShapeshiftForm(GetByteValue(UNIT_FIELD_BYTES_2, 3)); }
|
||||
void SetShapeshiftForm(ShapeshiftForm form)
|
||||
{
|
||||
SetByteValue(UNIT_FIELD_BYTES_2, 3, form);
|
||||
}
|
||||
void SetShapeshiftForm(ShapeshiftForm form);
|
||||
bool IsAttackSpeedOverridenShapeShift() const;
|
||||
[[nodiscard]] bool IsInFeralForm() const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user