Converted elemental_db to YAML (#6102)

* Converts the Elemental Summons Tables file into YAML.
* Includes CSV2YAML converter.

Thanks to @Lemongrass3110, @aleos89, @secretdataz !
This commit is contained in:
Atemo
2021-11-26 00:53:35 +01:00
committed by GitHub
parent ae1135dd2b
commit a205287307
26 changed files with 1067 additions and 383 deletions

View File

@@ -38,6 +38,7 @@
#include "../map/channel.hpp"
#include "../map/chat.hpp"
#include "../map/date.hpp"
#include "../map/elemental.hpp"
#include "../map/instance.hpp"
#include "../map/mercenary.hpp"
#include "../map/mob.hpp"