mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-15 18:10:26 +00:00
chore(Core): Remove unnecessary slang Cosmetic (#9325)
* Remove unnecessary slang Removes ZOMG! that is used in the src in logging and notes. Completely Unnecessary. Contributes to nothing useful. Inflates source. Not needed at all in any shape or form. Not Developer Lingo either. * Further Clean Up Removed Profanity * sensible grammar correction * More ZOMG! removal
This commit is contained in:
@@ -2227,7 +2227,7 @@ bool Guild::AddMember(ObjectGuid guid, uint8 rankId)
|
||||
member->ResetFlags();
|
||||
|
||||
bool ok = false;
|
||||
// xinef: zomg! sync query
|
||||
// xinef: sync query
|
||||
// Player must exist
|
||||
CharacterDatabasePreparedStatement* stmt = CharacterDatabase.GetPreparedStatement(CHAR_SEL_CHAR_DATA_FOR_GUILD);
|
||||
stmt->setUInt32(0, guid.GetCounter());
|
||||
|
||||
Reference in New Issue
Block a user