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:
acidmanifesto
2021-11-25 08:31:54 +01:00
committed by GitHub
parent 60d90aee3d
commit 29f49108a5
36 changed files with 73 additions and 74 deletions

View File

@@ -1491,7 +1491,7 @@ void Player::RemoveRewardedQuest(uint32 questId, bool update /*= true*/)
void Player::SendQuestUpdate(uint32 questId)
{
uint32 zone = 0, area = 0;
// xinef: shittness fixup
// xinef: fixup
uint32 oldSpellId = 0;
SpellAreaForQuestMapBounds saBounds = sSpellMgr->GetSpellAreaForQuestMapBounds(questId);
@@ -1515,7 +1515,7 @@ void Player::SendQuestUpdate(uint32 questId)
saBounds = sSpellMgr->GetSpellAreaForQuestEndMapBounds(questId);
// xinef: shittness fixup
// xinef: fixup
uint32 skipSpellId = 0;
oldSpellId = 0;
if (saBounds.first != saBounds.second)