diff options
| author | offl <offl@users.noreply.github.com> | 2021-05-29 20:47:46 +0300 |
|---|---|---|
| committer | offl <offl@users.noreply.github.com> | 2021-05-29 20:47:46 +0300 |
| commit | 0e804c95ac1e2ae048682fd3b52a02e8f6a88c82 (patch) | |
| tree | b44b18d86f6303fd8f6b3460239e8c208489825f /src/server/scripts/EasternKingdoms/ZulAman | |
| parent | df552f790f506d81bb4f0ea149ccc54fb459d03f (diff) | |
Scripts/Spells: Add comments with id & name of spells part 2
Diffstat (limited to 'src/server/scripts/EasternKingdoms/ZulAman')
| -rw-r--r-- | src/server/scripts/EasternKingdoms/ZulAman/boss_hexlord.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/scripts/EasternKingdoms/ZulAman/boss_hexlord.cpp b/src/server/scripts/EasternKingdoms/ZulAman/boss_hexlord.cpp index e7b185376c5..7fce427c775 100644 --- a/src/server/scripts/EasternKingdoms/ZulAman/boss_hexlord.cpp +++ b/src/server/scripts/EasternKingdoms/ZulAman/boss_hexlord.cpp @@ -1002,6 +1002,7 @@ class boss_koragg : public CreatureScript } }; +// 43522 - Unstable Affliction class spell_hexlord_unstable_affliction : public SpellScriptLoader { public: |
