diff options
| author | Francesco Borzì <borzifrancesco@gmail.com> | 2019-03-03 15:12:28 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-03 15:12:28 +0100 |
| commit | 2dfe8decd75c1b3328b036d283d30ca62f771da9 (patch) | |
| tree | d3dd7aa0cebf960c20549cd29055fb19619e7cf9 /docs/Spell_system.md | |
| parent | 306fac1fbdc70cc8227cc6009ff60ff48f90e864 (diff) | |
| download | wiki-2dfe8decd75c1b3328b036d283d30ca62f771da9.tar.gz wiki-2dfe8decd75c1b3328b036d283d30ca62f771da9.tar.bz2 wiki-2dfe8decd75c1b3328b036d283d30ca62f771da9.zip | |
Fix internal links (#18)
Diffstat (limited to 'docs/Spell_system.md')
| -rw-r--r-- | docs/Spell_system.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Spell_system.md b/docs/Spell_system.md index 8305cef..cd5f00c 100644 --- a/docs/Spell_system.md +++ b/docs/Spell_system.md @@ -111,7 +111,7 @@ class spell_class_your_name_here : public SpellScriptLoader } }; // this function call creates script loader object for us - seek that function at the end of the script file you're adding to -// if there's no such function see http://collab.kpsn.org/display/tc/How-to_CustomScript +// if there's no such function see How-to_CustomScript void AddSC_class_spell_scripts() { // an entry for our spell script loader, there may be other entries aswell |
