BAndysc / WoWDatabaseEditor

Integrated development environment (IDE), an editor for Smart Scripts (SAI/smart_scripts) for TrinityCore based servers. Cmangos support work in progress. Featuring a 3D view built with OpenGL and custom ECS framework
MIT License
420 stars 148 forks source link

azerothcore DbDefinitions #205

Open jbomhold3 opened 5 months ago

jbomhold3 commented 5 months ago

Is your feature request related to a problem? Please describe. Azerothcore seems to be missing a lot of DbDefinitions. Disabling features that would work otherwise IG npc_vendor

Describe the solution you'd like Please add Definitions or identify what ones are shared between TrinityWrath and enable Azeroth for example the above npc_vendor Azeroth core shares the same fields,table name, ext so just setting "compatibility": [ "TrinityWrath", "Azeroth" ], on the file allowed the use of that editor

BAndysc commented 5 months ago

Hi, please make a PR with this change. Also, any contributions to add support for more tables are welcome. You can use this guide on how to do it: https://github.com/BAndysc/WoWDatabaseEditor/wiki/%5BDev%5D-Generic-table-editors