-
-
Notifications
You must be signed in to change notification settings - Fork 406
Creature with hidden health not being drawn #1618
Copy link
Copy link
Open
Labels
Priority: LowMinor impactMinor impactStatus: Pending TestThis PR or Issue requires more testingThis PR or Issue requires more testingType: BugInconsistencies or issues which will cause an issue or problem for users or implementors.Inconsistencies or issues which will cause an issue or problem for users or implementors.
Metadata
Metadata
Assignees
Labels
Priority: LowMinor impactMinor impactStatus: Pending TestThis PR or Issue requires more testingThis PR or Issue requires more testingType: BugInconsistencies or issues which will cause an issue or problem for users or implementors.Inconsistencies or issues which will cause an issue or problem for users or implementors.
Priority
Low
Area
What happened?
Calling
doCreatureSetHideHealthmake the creature not beign drawn, this is similar to #155Scenario:
On an old server, I have several spells that hide players health in order to perform animations when they are in the same position.
I've fixed this by removing isDead() from Creature::draw
It has been introduced into: #1385
What OS are you seeing the problem on?
Windows, Linux, MacOS
Code of Conduct