-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
Pet bar disappearing.
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -361,4 +361,14 @@ public override void Read() | |
public WowGuid128 PetGUID; | ||
public uint SpellID; | ||
} | ||
|
||
class PetInfoRequest : ClientPacket | ||
This comment has been minimized.
Sorry, something went wrong.
ratkosrb
Collaborator
|
||
{ | ||
public PetInfoRequest(WorldPacket packet) : base(packet) { } | ||
|
||
public override void Read() | ||
{ | ||
} | ||
|
||
} | ||
} |
2 comments
on commit 2bea733
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ratkosrb
I did merge this in the hope that it will fix something.
I was unable to reproduce the disappearing bar bug reliably (even before this merge)
Now I am not even sure if this fixed something.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@celguar Here: Regarding your deleted question.
I don't see how sending an empty values update achieves anything? It's literally pointless.