mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-22 12:18:27 +00:00
targetring_x, targetring_y, targetring_z replaced with m_TargetRing as an xyz_location
This commit is contained in:
+1
-3
@@ -367,9 +367,7 @@ Mob::Mob(const char* in_name,
|
||||
nimbus_effect3 = 0;
|
||||
m_targetable = true;
|
||||
|
||||
targetring_x = 0.0f;
|
||||
targetring_y = 0.0f;
|
||||
targetring_z = 0.0f;
|
||||
m_TargetRing = xyz_location::Origin();
|
||||
|
||||
flymode = FlyMode3;
|
||||
// Pathing
|
||||
|
||||
Reference in New Issue
Block a user