Skip to content

Commit

Permalink
[Cleanup] Remove SetDBID() from object.h (#3082)
Browse files Browse the repository at this point in the history
# Notes
- This is unused.
  • Loading branch information
Kinglykrab committed Mar 17, 2023
1 parent c0055cf commit 3624307
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion zone/object.h
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ class Object: public Entity
uint32 GetDBID();
uint32 GetType();
void SetType(uint32 type);
void SetDBID(uint32 dbid);
uint32 GetIcon();
void SetIcon(uint32 icon);
uint32 GetItemID();
Expand Down

0 comments on commit 3624307

Please sign in to comment.