mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 20:56:23 +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:
@@ -1696,7 +1696,7 @@ namespace lfg
|
||||
{
|
||||
if (Player* player = ObjectAccessor::FindPlayer(*it))
|
||||
{
|
||||
if (player->GetGroup() != grp) // pussywizard: could not add because group was full (some shitness happened)
|
||||
if (player->GetGroup() != grp) // pussywizard: could not add because group was full
|
||||
continue;
|
||||
|
||||
// Add the cooldown spell if queued for a random dungeon
|
||||
|
||||
Reference in New Issue
Block a user