mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 10:55:43 +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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user