More cleanups, transports still not working. working on a fix.

This commit is contained in:
hondacrx
2022-06-21 15:43:35 -04:00
parent 63cbd18350
commit d42733e3b4
5 changed files with 11 additions and 6 deletions
+1 -1
View File
@@ -2310,7 +2310,7 @@ namespace Game.Entities
WorldPacket buffer = new();
UpdateMask mask = new(191);
UpdateMask mask = new(194);
m_unitData.AppendAllowedFieldsMaskForFlag(mask, flags);
m_unitData.WriteUpdate(buffer, mask, true, this, target);