[Eluna] DbScriptExtensions

12/07/2021 10:40 Kaev <3#1
Hey guys!
i wrote a little framework that allows you to create, load, modify and delete world database objects with Eluna in your Lua scripts.
I've only tested it with the most recent version of AzerothCore and TrinityCore but in theory it should work on all emulators that Eluna supports.
Would be happy if someone could take some time to play around with it and report any issues.
You can find it on GitHub: [Only registered and activated users can see links. Click Here To Register...]
There are examples in the readme file but feel free to ask questions here.
12/27/2021 07:04 theladydark1#2
thanks! very helpfull
02/03/2022 15:05 Kaev <3#3
v0.1.2:
Fixed a bug that made columns unusable if they had a default NULL value configured in the database (TC has this for a few columns).