mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-15 10:00:28 +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:
@@ -534,13 +534,13 @@ void Map::InitializeObject(T* /*obj*/)
|
||||
template<>
|
||||
void Map::InitializeObject(Creature* /*obj*/)
|
||||
{
|
||||
//obj->_moveState = MAP_OBJECT_CELL_MOVE_NONE; // pussywizard: this is shit
|
||||
//obj->_moveState = MAP_OBJECT_CELL_MOVE_NONE;
|
||||
}
|
||||
|
||||
template<>
|
||||
void Map::InitializeObject(GameObject* /*obj*/)
|
||||
{
|
||||
//obj->_moveState = MAP_OBJECT_CELL_MOVE_NONE; // pussywizard: this is shit
|
||||
//obj->_moveState = MAP_OBJECT_CELL_MOVE_NONE;
|
||||
}
|
||||
|
||||
template<class T>
|
||||
|
||||
Reference in New Issue
Block a user