diff options
| author | FrancescoBorzi <borzifrancesco@gmail.com> | 2019-03-04 17:28:48 +0100 |
|---|---|---|
| committer | FrancescoBorzi <borzifrancesco@gmail.com> | 2019-03-04 17:28:48 +0100 |
| commit | fecdf407f0c5d8685802a142f1834603fabfb94e (patch) | |
| tree | 20f3f06da00b5ab7deff8c2a0813bec5220edd4d /docs/Spell_system.md | |
| parent | dce37f458a8803742893549586adcbf6c7c0ff04 (diff) | |
| parent | 44c4babac6b6607abda4729a6a2c39ca3434f86c (diff) | |
| download | wiki-fecdf407f0c5d8685802a142f1834603fabfb94e.tar.gz wiki-fecdf407f0c5d8685802a142f1834603fabfb94e.tar.bz2 wiki-fecdf407f0c5d8685802a142f1834603fabfb94e.zip | |
Merge branch 'master' of https://github.com/azerothcore/wiki
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 |
