mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 03:08:26 +00:00
When binding someone else's wounds, the code tried to send a bind
would response to client with a type of 2. The intent (based on comments was to get the client to display a "stand still" message on the receiving client. That reply message was not generating that message, but if the client you were binding was also binding his own wounds, it would cause your target to stand up, interrupting his bind. I replaced this client reply with a simple, directed client message. It all seems to work fine now.
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
#define GAIN_XP 138 //You gain experience!!
|
||||
#define GAIN_GROUPXP 139 //You gain party experience!!
|
||||
#define BOW_DOUBLE_DAMAGE 143 //Your bow shot did double dmg.
|
||||
#define YOU_ARE_BEING_BANDAGED 147 //Someone is bandaging you.
|
||||
#define FORAGE_GRUBS 150 //You have scrounged up some fishing grubs.
|
||||
#define FORAGE_WATER 151 //You have scrounged up some water.
|
||||
#define FORAGE_FOOD 152 //You have scrounged up some food.
|
||||
|
||||
Reference in New Issue
Block a user