mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-25 14:46:24 +00:00
feat(Core/Misc): implement ObjectGuid class (port from TC) (#4885)
This commit is contained in:
@@ -22,8 +22,8 @@ namespace Movement
|
||||
{
|
||||
float x, y, z;
|
||||
} f;
|
||||
uint64 target;
|
||||
float angle;
|
||||
uint64 target;
|
||||
float angle;
|
||||
|
||||
FacingInfo(float o) : angle(o) {}
|
||||
FacingInfo(uint64 t) : target(t) {}
|
||||
|
||||
Reference in New Issue
Block a user