diff options
| author | megamage <none@none> | 2009-02-05 22:59:49 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2009-02-05 22:59:49 -0600 |
| commit | 3a3429602a3f16708610ea80cd296fb01483efdb (patch) | |
| tree | ec48ab2c975cf7f0f1bf0f43748b09c743891826 /src/game/Mail.cpp | |
| parent | 944a1cec7315f482ee6de93c0ea18f97dc776042 (diff) | |
[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
Diffstat (limited to 'src/game/Mail.cpp')
| -rw-r--r-- | src/game/Mail.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
