mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +00:00
[7357] Fixed double applied playerlink in .levelup command.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
07bce28d5c
commit
91ad4c21de
2 changed files with 2 additions and 2 deletions
|
|
@ -3852,7 +3852,7 @@ bool ChatHandler::HandleLevelUpCommand(const char* args)
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
name = GetNameLink(chr);
|
name = chr->GetName();
|
||||||
}
|
}
|
||||||
|
|
||||||
assert(chr || chr_guid);
|
assert(chr || chr_guid);
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "7356"
|
#define REVISION_NR "7357"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue