mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-11 07:38:36 +00:00
[GM Command] Door Manipulation Command Port (#1524)
* Initial commit * Push latest * Update door_manipulation.cpp * More door work * More doors work * Upload notes * Finalize changes * Remove comment * Add missing chat line * Swapped URI parser with something not using deprecated C++ functions
This commit is contained in:
@@ -10515,3 +10515,13 @@ void Client::ApplyWeaponsStance()
|
||||
weaponstance.spellbonus_enabled = false;
|
||||
}
|
||||
}
|
||||
|
||||
uint16 Client::GetDoorToolEntityId() const
|
||||
{
|
||||
return m_door_tool_entity_id;
|
||||
}
|
||||
|
||||
void Client::SetDoorToolEntityId(uint16 door_tool_entity_id)
|
||||
{
|
||||
Client::m_door_tool_entity_id = door_tool_entity_id;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user