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
|
// TODO: make a global storage for this
|
||||||
QueryResult* result;
|
QueryResult* result;
|
||||||
|
|
||||||
if (Instanceable())
|
if (Instanceable())
|
||||||
result = CharacterDatabase.PQuery("SELECT data FROM instance WHERE id = '%u'", i_InstanceId);
|
result = CharacterDatabase.PQuery("SELECT data FROM instance WHERE id = '%u'", i_InstanceId);
|
||||||
else
|
else
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "11118"
|
#define REVISION_NR "11119"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue