- Timestamp:
- 11/08/08 00:16:10 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
core3/trunk/MMOCoreORB/src/server/zone/packets/cell/CellObjectMessage6.h
r851 r912 51 51 public: 52 52 CellObjectMessage6(uint64 coId) 53 : BaseLineMessage(coId, 0x53434C54, 6, 0x0 5) {53 : BaseLineMessage(coId, 0x53434C54, 6, 0x02) { 54 54 55 insertShort(1); //operand count56 insertInt(0x42); // some const value it appears55 //insertShort(1); //operand count 56 //insertInt(0x42); // some const value it appears 57 57 //insertInt(0x4A); //*shrug* 58 insertInt(0x95); 59 insertInt(0); 60 insertInt(0); 58 61 59 62 setSize();