Skip to content

Commit e4bd6ef

Browse files
committed
Add space.
1 parent 5774f01 commit e4bd6ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ptr_template.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -942,7 +942,7 @@ class ptr_template_commandscript : public CommandScript
942942
QueryResult check = WorldDatabase.Query("SELECT Enable FROM mod_ptrtemplate_index WHERE ID = {}", index); // TODO: Check keywords column for template...keywords.
943943
static createTemplate templatevar;
944944

945-
if(check)
945+
if (check)
946946
{
947947
uint8 enable = (*check)[0].Get<uint8>();
948948
if (!player)

0 commit comments

Comments
 (0)