Files
eqemu-server/zone
Alex King 6960a1a682 [Bug Fix] Fix issues with Lua tables not starting at index 1 (#3160)
* [Bug Fix] Fix issues with Lua tables not starting at index 1

# Notes
- This would cause the first item in the table to be inaccessible since Lua tables start at index `1` instead of index `0`.
- All other spots using Lua tables have their indexes starting at `1`.

* Update lua_general.cpp
2023-03-30 06:02:53 -04:00
..
2021-08-31 01:24:21 -05:00
2013-05-09 11:37:51 -04:00
2023-03-20 11:39:14 -04:00
2018-03-04 13:54:28 -05:00
2013-05-09 11:37:51 -04:00
2022-05-09 20:49:43 -05:00
2017-05-15 15:46:19 -07:00
2013-02-16 16:14:39 -08:00
2023-03-29 08:33:06 -04:00
2018-11-07 21:55:12 -08:00
2016-05-25 16:10:28 -04:00
2014-12-15 19:16:53 -06:00
2020-01-31 20:25:06 -06:00