[Hotfix] Fix crash where dropped items crash Lua logic (#2936)

This commit is contained in:
Chris Miles 2023-02-15 10:57:05 -06:00 committed by GitHub
parent fafa33e190
commit 903a385229
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -164,7 +164,7 @@ const char *LuaEvents[_LargestEventID] = {
"event_damage_taken",
"event_item_click_client",
"event_item_click_cast_client",
"event_destroy_item_client"
"event_destroy_item_client",
"event_drop_item_client"
};