diff options
| author | Keader <keader.android@gmail.com> | 2016-12-15 20:34:15 -0300 |
|---|---|---|
| committer | Aokromes <Aokromes@users.noreply.github.com> | 2016-12-16 00:34:15 +0100 |
| commit | c809c220e29f7094121cc8489f5588d8bfee414d (patch) | |
| tree | bb965c9d14ce5dcf27c246766e26e2a62dc71524 /src/server/scripts/Outland/HellfireCitadel | |
| parent | 2dbda3dc7e6d7055af4a3d4b260aac96df67b273 (diff) | |
Core/Scripts: Black Temple - added comments in all SpellScripts (#18494)
Diffstat (limited to 'src/server/scripts/Outland/HellfireCitadel')
| -rw-r--r-- | src/server/scripts/Outland/HellfireCitadel/MagtheridonsLair/boss_magtheridon.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/server/scripts/Outland/HellfireCitadel/MagtheridonsLair/boss_magtheridon.cpp b/src/server/scripts/Outland/HellfireCitadel/MagtheridonsLair/boss_magtheridon.cpp index 7ebefbc9227..f7f8e36d27e 100644 --- a/src/server/scripts/Outland/HellfireCitadel/MagtheridonsLair/boss_magtheridon.cpp +++ b/src/server/scripts/Outland/HellfireCitadel/MagtheridonsLair/boss_magtheridon.cpp @@ -476,6 +476,7 @@ public: } }; +// 30541 - Blaze class spell_magtheridon_blaze_target : public SpellScriptLoader { public: @@ -510,6 +511,7 @@ class spell_magtheridon_blaze_target : public SpellScriptLoader } }; +// 30410 - Shadow Grasp class spell_magtheridon_shadow_grasp : public SpellScriptLoader { public: @@ -545,6 +547,7 @@ class spell_magtheridon_shadow_grasp : public SpellScriptLoader } }; +// 30166 - Shadow Grasp (Visual Effect) class spell_magtheridon_shadow_grasp_visual : public SpellScriptLoader { public: |
