mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 00:18:43 +01:00
Core/Misc: Rename LinkedListHead insertion functions to push_back/push_front to fit standard container naming
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
void MapReference::targetObjectBuildLink()
|
||||
{
|
||||
// called from link()
|
||||
getTarget()->m_mapRefManager.insertFirst(this);
|
||||
getTarget()->m_mapRefManager.push_front(this);
|
||||
getTarget()->m_mapRefManager.incSize();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user