Created
June 11, 2010 04:14
-
-
Save vermie/434038 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.../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