Skip to content

Instantly share code, notes, and snippets.

@vermie
Created June 11, 2010 04:14
Show Gist options
  • Save vermie/434038 to your computer and use it in GitHub Desktop.
Save vermie/434038 to your computer and use it in GitHub Desktop.
.../WCell.RealmServer/Handlers/CombatLogHandler.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Services/WCell.RealmServer/Handlers/CombatLogHandler.cs b/Services/WCell.RealmServer/Handlers/CombatLogHandler.cs
index 49c9467..429465c 100644
--- a/Services/WCell.RealmServer/Handlers/CombatLogHandler.cs
+++ b/Services/WCell.RealmServer/Handlers/CombatLogHandler.cs
@@ -266,9 +266,9 @@ namespace WCell.RealmServer.Handlers
packet.Write(spellId);
packet.Write(value);
packet.Write((uint)0); // overheal
+ packet.Write((uint)0); // absorb
packet.Write((byte)(critical ? 1 : 0));
packet.Write((byte)0); // unused
- packet.Write(0); // unknown wotlk
target.SendPacketToArea(packet, true);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment