mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 21:26: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:
@@ -158,7 +158,7 @@ public:
|
||||
return;
|
||||
|
||||
me->SetInCombatWithZone();
|
||||
events.ScheduleEvent(EVENT_ESSENCE_OF_SUFFERING, 5000); // ZOMG! 15000);
|
||||
events.ScheduleEvent(EVENT_ESSENCE_OF_SUFFERING, 5000); // 15000);
|
||||
me->SetStandState(UNIT_STAND_STATE_STAND);
|
||||
}
|
||||
|
||||
|
||||
@@ -100,7 +100,7 @@ public:
|
||||
case NPC_COILFANG_SHATTERER:
|
||||
case NPC_COILFANG_PRIESTESS:
|
||||
if (creature->GetPositionX() > -110.0f && creature->GetPositionX() < 155.0f && creature->GetPositionY() > -610.0f && creature->GetPositionY() < -280.0f)
|
||||
AliveKeepersCount += creature->IsAlive() ? 0 : -1; // retarded SmartAI calls JUST_RESPAWNED in AIInit...
|
||||
AliveKeepersCount += creature->IsAlive() ? 0 : -1; // SmartAI calls JUST_RESPAWNED in AIInit...
|
||||
break;
|
||||
case NPC_THE_LURKER_BELOW:
|
||||
LurkerBelowGUID = creature->GetGUID();
|
||||
|
||||
@@ -556,7 +556,7 @@ public:
|
||||
//me->CastSpell(me, SPELL_KEAL_STUNNED, true);
|
||||
break;
|
||||
case EVENT_SCENE_9:
|
||||
me->CastSpell(me, 52241, true); // WRONG VISUAL, ZOMG!
|
||||
me->CastSpell(me, 52241, true); // WRONG VISUAL
|
||||
me->CastSpell(me, 34807, true);
|
||||
me->SummonCreature(NPC_WORLD_TRIGGER, me->GetPositionX(), me->GetPositionY(), me->GetPositionZ() + 15.0f, 0.0f, TEMPSUMMON_TIMED_DESPAWN, 60000);
|
||||
if (Creature* trigger = me->SummonCreature(WORLD_TRIGGER, me->GetPositionX() + 5, me->GetPositionY(), me->GetPositionZ() + 15.0f, 0.0f, TEMPSUMMON_TIMED_DESPAWN, 60000))
|
||||
@@ -601,7 +601,7 @@ public:
|
||||
break;
|
||||
case EVENT_SCENE_16:
|
||||
summons.DespawnEntry(WORLD_TRIGGER);
|
||||
me->RemoveAurasDueToSpell(52241); // WRONG VISUAL, ZOMG!
|
||||
me->RemoveAurasDueToSpell(52241); // WRONG VISUAL
|
||||
me->GetMotionMaster()->MovePoint(POINT_START_LAST_PHASE, me->GetHomePosition(), false, true);
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user