summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2020-06-08fix: creature_template non implemented option (#242)Barbz
inhabittype 8 doesn't exist
2020-06-07fix: item_template info about Map & AreaBarbz
I found this by testing ingame
2020-06-05fix: npc_vendor.md explain why you can't see some itemsBarbz
2020-06-03fix mistakeFrancesco Borzì
2020-06-03fix: installation cmake command (#237)Francesco Borzì
2020-06-02Create merge-process.mdFrancesco Borzì
2020-06-02fix(gm-commands): layout and table (#239)Stefano Borzì
2020-05-27fix: Explain a bit more about bytes2 in creature_addon.md (#233)Barbz
2020-05-27fix: Add info relation InventoryType/Class (#235)Barbz
2020-05-27fix: Update unknown flags in item_template (#234)Barbz
We also need someone to implement these flags or refactor those that are dumb (like real duration time...)
2020-05-27fix: Add extra info to creature.md (#232)Barbz
2020-05-23Update acore_string.md (#231)Kitzunu
2020-05-23Update Installation.md (#229)Kitzunu
2020-05-23fix: Add info about quest state_mask in conditions.md (#225)Barbz
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
2020-05-23Update Requirements.md (#230)Kitzunu
2020-05-22Update Requirements.md (#228)Kitzunu
2020-05-19feat: Add max item count information for table npc_vendorBarbz
2020-05-18refactor: npc_vendor table html to markdown + extra info (#227)Barbz
- Add info about GM mode that I just discovered - Fix links - Remake html table into markdown for maintanability
2020-05-18Update npc_vendor.mdBarbz
2020-05-18fix: Improve the server shutdown/restart descriptions + group them (#208)Barbz
I grouped them together for easier browsing thus breaking the alphabetical order, but this order is just the order of laziness, so why not break it
2020-05-18refactor: smart_scripts table from html to markdown (#223)Barbz
2020-05-18Update npc_vendor.mdBarbz
2020-05-18Update npc_vendor.mdBarbz
2020-05-18refactor: npc_vendor table html to markdown + extra infoBarbz
- Add info about GM mode that I just discovered - Fix links - Remake html table into markdown for maintanability
2020-05-14Update Memory-Usage.mdYehonal
2020-05-14Update Memory-Usage.mdYehonal
2020-05-14Update Memory-Usage.mdYehonal
2020-05-13fix(SQL): Update files concerning SQL (#224)Kitzunu
2020-05-13fix: item_template bonding to account explained to dummies (#221)Barbz
2020-05-13Update conditions.md (#203)Kitzunu
2020-05-12Create holiday_dates.md (#226)Kitzunu
* Create holiday_dates.md * Update holiday_dates.md
2020-05-10Rename smart_scripts.html to smart_scripts.mdYehonal
2020-05-10Rename smart_scripts.md to smart_scripts.htmlYehonal
2020-05-10Update smart_scripts.mdYehonal
2020-05-09Small update for Update.md (#222)Adrian Labastida
Me being a C n00b I tried adding a module and updating my core with the proposed general way first (without re-running cmake) and my module was not being detected and was going back and forth checking what i did wrong or if I put the module incorrectly or if the module was still compatible with this version of AC, went back to the full instructions and saw that maybe i needed to rerun the CMake part, after doing that I saw my module being detected when rebuilding and running my core now. If this line was here it would've save me a bit time and frustration figuring it out.
2020-05-08fix: gm_ticket column (#200)Barbz
2020-05-08refactor(Requirements): Update to match core (#219)Kitzunu
* refactor(Requirements): Update to match core * Change from Travis to Github Actions * Advice for CMake 2.8 or newer for idiot proofing * Delete travis-build.md
2020-05-07fix: item_template was wrong about gold item quality (#220)Barbz
* fix: item_template was wrong about gold item quality It was from TC. It's not an item quality "bind to account", it's a bonding type because it overrides the existing bonding. * Update item_template.md
2020-05-02Add new SMART_TARGET types (#211)Kitzunu
2020-04-30chore(spell_group_stack_rules): Update the stack rules (#216)Kitzunu
* Add AC stack rules
2020-04-27feat: Dealing with SQL files and FLAGS (#55)Barbz
* feat: Dealing with SQL files and FLAGS How to remove, add or invert flags in SQL * Update Dealing-with-SQL-files.md Co-authored-by: Francesco Borzì <borzifrancesco@gmail.com>
2020-04-27Update Install-with-Docker.md (#215)h0lysp4nk
Added documentation on how to remove the persistent docker volume for ac-database.
2020-04-26Auth Tables Documentation updates (#190)Kitzunu
2020-04-26fix: item_template wrong BOA flagBarbz
2020-04-22Implement new SAI Actions (#209)Kitzunu
2020-04-19Update smart_scripts.md (#207)Kitzunu
2020-04-19Add new features & description from ↵Kitzunu
https://github.com/azerothcore/azerothcore-wotlk/pull/2878 (#205)
2020-04-15fix(commands): How to delete an item with .additemBarbz
2020-04-11fix wander_distance (#204)Kitzunu
* Update creature.md * update some more files :)
2020-04-09fix: extra info for .send message in the Commands list (#201)Barbz