 |
This function is PROTECTED, and can only be called from Blizzard code.
- It has been protected since patch 3.0.
- Use /cancelform macro command from secure execution paths.
|
Cancels a druid's shapeshift buff.
CancelShapeshiftForm();
- Shapeshifting cannot be cancelled through normal buff functions as that would allow insecure code to manipulate the [form] macro conditional.
- You can use /cancelform in a macro instead.