From 3a3429602a3f16708610ea80cd296fb01483efdb Mon Sep 17 00:00:00 2001 From: megamage Date: Thu, 5 Feb 2009 22:59:49 -0600 Subject: [7230] Add spell_bonus_data for 18220 and ranks. Author: Dietrich [7232] Use constant name that hide client dependent value. Author: VladimirMangos Skip: [7231] Some info to sql updates commiters in slq/update/README and spell chain update of [7230] --HG-- branch : trunk --- src/game/Mail.cpp | 2 +- src/shared/revision_nr.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/game/Mail.cpp b/src/game/Mail.cpp index 6618bb19594..a699d9acc4d 100644 --- a/src/game/Mail.cpp +++ b/src/game/Mail.cpp @@ -612,7 +612,7 @@ void WorldSession::HandleGetMail(WorldPacket & recv_data ) data << (uint32) (item ? item->GetGUIDLow() : 0); // entry data << (uint32) (item ? item->GetEntry() : 0); - for(uint8 j = 0; j < 7; ++j) + for(uint8 j = 0; j < MAX_INSPECTED_ENCHANTMENT_SLOT; ++j) { // unsure data << (uint32) (item ? item->GetEnchantmentCharges((EnchantmentSlot)j) : 0); diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index aaab6a93b76..471483d106e 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "7229" + #define REVISION_NR "7232" #endif // __REVISION_NR_H__ -- cgit v1.2.3