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:
parent
60d90aee3d
commit
29f49108a5
36 changed files with 73 additions and 74 deletions
|
|
@ -1326,7 +1326,7 @@ void GameObject::TriggeringLinkedGameObject(uint32 trapEntry, Unit* target)
|
|||
if (!trapSpell) // checked at load already
|
||||
return;
|
||||
|
||||
// xinef: wtf, many spells have range 0 but radius > 0
|
||||
// xinef: many spells have range 0 but radius > 0
|
||||
float range = float(target->GetSpellMaxRangeForTarget(GetOwner(), trapSpell));
|
||||
if (range < 1.0f)
|
||||
range = 5.0f;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue