From 12ada118c6626a2a76415f85a54c93f07a9c8626 Mon Sep 17 00:00:00 2001 From: Necrovoice Date: Sat, 23 Feb 2019 19:31:21 -0500 Subject: [PATCH] URL update @Pastew --- doc/Spell.md | 2 +- src/shared/revision.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/Spell.md b/doc/Spell.md index 71c67f49f..739c17fcf 100644 --- a/doc/Spell.md +++ b/doc/Spell.md @@ -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 diff --git a/src/shared/revision.h b/src/shared/revision.h index 6e1348811..a157bdf05 100644 --- a/src/shared/revision.h +++ b/src/shared/revision.h @@ -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__