Skip to content

Commit

Permalink
Fix GetScriptGuid cached type
Browse files Browse the repository at this point in the history
  • Loading branch information
zziger committed May 28, 2023
1 parent b6b0b1e commit 98cc605
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions c-api/cache/CachedEntity.h
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,8 @@ namespace cache


#ifdef ALT_CLIENT_API
int32_t _scriptId;
int32_t GetScriptGuid() const override {
uint32_t _scriptId;
uint32_t GetScriptGuid() const override {
return _scriptId;
}
#endif
Expand Down

0 comments on commit 98cc605

Please sign in to comment.