Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- diff --git a/src/server/game/Entities/Player/Player.h b/src/server/game/Entities/Player/Player.h
- index f49da70..9ebc616 100644
- --- a/src/server/game/Entities/Player/Player.h
- +++ b/src/server/game/Entities/Player/Player.h
- @@ -358,7 +358,7 @@ enum RuneCooldowns
- {
- RUNE_BASE_COOLDOWN = 10000,
- - RUNE_MISS_COOLDOWN = 1500, // cooldown applied on runes when the spell misses
- + RUNE_MISS_COOLDOWN = 0, // cooldown applied on runes when the spell misses
- };
- enum RuneType
- diff --git a/src/server/game/Server/Protocol/Opcodes.h b/src/server/game/Server/Protocol/Opcodes.h
- index cdb6c3c..ad781dd 100644
- --- a/src/server/game/Server/Protocol/Opcodes.h
- +++ b/src/server/game/Server/Protocol/Opcodes.h
- @@ -1170,7 +1170,7 @@ enum Opcodes
- SMSG_THREAT_REMOVE = 0x029E0, // 4.0.6a 13623
- SMSG_THREAT_CLEAR = 0x0FFC8, // 4.0.6a 13623
- SMSG_CONVERT_RUNE = 0x0B4AC, // 4.0.6a 13623
- - SMSG_RESYNC_RUNES = 0x101E9, //
- + SMSG_RESYNC_RUNES = 0x0F8E4, // 4.0.6a 13623
- SMSG_ADD_RUNE_POWER = 0x101EA, //
- CMSG_START_QUEST = 0x00613, // 4.0.6a 13623
- CMSG_REMOVE_GLYPH = 0x101EC, //
Advertisement
Add Comment
Please, Sign In to add comment