mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +00:00
[11484] Fix typo in HandleSocketOpcode
Signed-off-by: zergtmn <zerg@myisp.com>
This commit is contained in:
parent
777ffe8dc2
commit
7904e90a19
2 changed files with 2 additions and 2 deletions
|
|
@ -1235,7 +1235,7 @@ void WorldSession::HandleSocketOpcode(WorldPacket& recv_data)
|
|||
//cheat -> tried to socket same gem multiple times
|
||||
for(int i = 0; i < MAX_GEM_SOCKETS; ++i)
|
||||
{
|
||||
ObjectGuid gemGuid = gemGuids[0];
|
||||
ObjectGuid gemGuid = gemGuids[i];
|
||||
if (gemGuid.IsEmpty())
|
||||
continue;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "11483"
|
||||
#define REVISION_NR "11484"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue