From 0692dc3704e1471e2934ca41f32caa9bb0a58be2 Mon Sep 17 00:00:00 2001 From: click Date: Mon, 3 May 2010 05:32:35 +0200 Subject: Rename some more opcodes - patch by Zor --HG-- branch : trunk --- src/game/Opcodes.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/game/Opcodes.h') diff --git a/src/game/Opcodes.h b/src/game/Opcodes.h index 243982e60f2..4ae6931c3f5 100644 --- a/src/game/Opcodes.h +++ b/src/game/Opcodes.h @@ -1250,8 +1250,8 @@ enum Opcodes SMSG_CALENDAR_ACTION_PENDING = 0x4BB, // SMSG, calendar related EVENT_CALENDAR_ACTION_PENDING SMSG_EQUIPMENT_SET_LIST = 0x4BC, // SMSG, equipment manager list? CMSG_EQUIPMENT_SET_SAVE = 0x4BD, // CMSG, lua: SaveEquipmentSet - CMSG_UNKNOWN_1214 = 0x4BE, // CMSG, missle? - SMSG_UNKNOWN_1215 = 0x4BF, // SMSG, uint64, uint8, 3 x float + CMSG_UPDATE_PROJECTILE_POSITION = 0x4BE, // CMSG, uint64 caster, uint32 spellId, uint8 castId, vector3 position + SMSG_SET_PROJECTILE_POSITION = 0x4BF, // SMSG, uint64 caster, uint8 castId, vector3 position SMSG_TALENTS_INFO = 0x4C0, // SMSG, talents related CMSG_LEARN_PREVIEW_TALENTS = 0x4C1, // CMSG, lua: LearnPreviewTalents (for player?) CMSG_LEARN_PREVIEW_TALENTS_PET = 0x4C2, // CMSG, lua: LearnPreviewTalents (for pet?) -- cgit v1.2.3