URL update

@Pastew
This commit is contained in:
Necrovoice 2019-02-23 19:31:21 -05:00 committed by Antz
parent 4e7130fa12
commit 12ada118c6
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
# Spells {#spells} #
Spells consist of a whole lot of information, the most usual way to access them is via their ID. A good
tool to use when examining spells and looking into what they will do is [QSW](https://bitbucket.org/sidsukana/qsw) which will show you alot of the information available about a spell.
tool to use when examining spells and looking into what they will do is [QSW](https://github.com/sidsukana/QSpellWork) which will show you alot of the information available about a spell.
A spell is made up of a lot of parts, on of these are the effects that a spell has, without them spells
wouldn't do much at all since the effects apply different kinds of `Aura`s that do different things

View file

@ -38,6 +38,6 @@
#define WORLD_DB_VERSION_NR 21
#define WORLD_DB_STRUCTURE_NR 11
#define WORLD_DB_CONTENT_NR 002
#define WORLD_DB_UPDATE_DESCRIPTION "Add_Field_Comments_pt2"
#define WORLD_DB_CONTENT_NR 012
#define WORLD_DB_UPDATE_DESCRIPTION "gossip_option_condition"
#endif // __REVISION_H__