mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
SD3 compile fix pt2 of 2. Thanks H0zen
This commit is contained in:
parent
02d178013f
commit
d5f638b8c8
1 changed files with 2 additions and 0 deletions
|
|
@ -124,6 +124,8 @@ class MANGOS_DLL_SPEC InstanceData
|
|||
// called on creature despawn
|
||||
virtual void OnCreatureDespawn(Creature* /*creature*/) {}
|
||||
|
||||
virtual void OnCreatureLooted(Creature* /*creature*/, LootType) {}
|
||||
|
||||
// All-purpose data storage 64 bit
|
||||
virtual uint64 GetData64(uint32 /*Data*/) const { return 0; }
|
||||
virtual void SetData64(uint32 /*Data*/, uint64 /*Value*/) { }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue