aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormegamage <none@none>2009-02-05 22:59:49 -0600
committermegamage <none@none>2009-02-05 22:59:49 -0600
commit3a3429602a3f16708610ea80cd296fb01483efdb (patch)
treeec48ab2c975cf7f0f1bf0f43748b09c743891826 /src
parent944a1cec7315f482ee6de93c0ea18f97dc776042 (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')
-rw-r--r--src/game/Mail.cpp2
-rw-r--r--src/shared/revision_nr.h2
2 files changed, 2 insertions, 2 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);
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__