mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 08:55:32 +01:00
cleanup merge and some unneeded selects in functions
This commit is contained in:
@@ -301,7 +301,7 @@ class go_wg_vehicle_teleporter : public GameObjectScript
|
||||
_checkTimer(1000)
|
||||
{ }
|
||||
|
||||
void UpdateAI(const uint32 diff)
|
||||
void UpdateAI(uint32 diff)
|
||||
{
|
||||
if (_checkTimer <= diff)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user