mirror of
https://github.com/mangosfour/server.git
synced 2025-12-18 19:37:01 +00:00
[11119] Fixed whitspaces line.
This commit is contained in:
parent
ad29153ee0
commit
8354de4927
2 changed files with 2 additions and 2 deletions
|
|
@ -1258,7 +1258,7 @@ void Map::CreateInstanceData(bool load)
|
|||
{
|
||||
// TODO: make a global storage for this
|
||||
QueryResult* result;
|
||||
|
||||
|
||||
if (Instanceable())
|
||||
result = CharacterDatabase.PQuery("SELECT data FROM instance WHERE id = '%u'", i_InstanceId);
|
||||
else
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "11118"
|
||||
#define REVISION_NR "11119"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue