mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +00:00
[7501] Fixed crash caused by .distance command
This commit is contained in:
parent
610a040240
commit
3469d20f63
2 changed files with 2 additions and 2 deletions
|
|
@ -3187,7 +3187,7 @@ bool ChatHandler::HandleGuildDeleteCommand(const char* args)
|
|||
|
||||
bool ChatHandler::HandleGetDistanceCommand(const char* args)
|
||||
{
|
||||
WorldObject* obj;
|
||||
WorldObject* obj = NULL;
|
||||
|
||||
if (*args)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "7500"
|
||||
#define REVISION_NR "7501"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue