mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-03-16 14:05:28 +00:00
feat(Core/Misc): implement ObjectGuid class (port from TC) (#4885)
This commit is contained in:
@@ -26,7 +26,7 @@ constexpr uint32 SPELL_CYCLONE = 33786;
|
||||
class Totem : public Minion
|
||||
{
|
||||
public:
|
||||
explicit Totem(SummonPropertiesEntry const* properties, uint64 owner);
|
||||
explicit Totem(SummonPropertiesEntry const* properties, ObjectGuid owner);
|
||||
~Totem() override {};
|
||||
void Update(uint32 time) override;
|
||||
void InitStats(uint32 duration) override;
|
||||
|
||||
Reference in New Issue
Block a user