typo
This commit is contained in:
@@ -86,6 +86,11 @@ public:
|
||||
|
||||
if (Garrison* garrison = player->GetGarrison())
|
||||
{
|
||||
// Save to database
|
||||
CharacterDatabaseTransaction trans = CharacterDatabase.BeginTransaction();
|
||||
garrison->SaveToDB(trans);
|
||||
CharacterDatabase.CommitTransaction(trans);
|
||||
|
||||
handler->PSendSysMessage("Garrison created successfully! Site ID: %u", garrSiteId);
|
||||
|
||||
// Send garrison info to player
|
||||
|
||||
Reference in New Issue
Block a user