diff options
author | Killyana <morphone1@gmail.com> | 2019-05-25 04:26:58 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-12-08 20:36:43 +0100 |
commit | 8f1020ec788cc9eef6de8ddbda5b1696245657d7 (patch) | |
tree | 2e4abee3abfb5033184e07d060de4afddfcbfde9 /src | |
parent | e2e18ddd1a0c3ac72dfb8d54b24fcfd1d48c229f (diff) |
DB/Creature: Hydross the unstable npc triggers
Update the correct channel spell SPELL_BLUE_BEAM and spawn triggers used to cast it
(cherry picked from commit 2829f5fb9ce4d61ae6e88cf65ed7302985e5cf36)
Diffstat (limited to 'src')
-rw-r--r-- | src/server/scripts/Outland/CoilfangReservoir/SerpentShrine/boss_hydross_the_unstable.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Outland/CoilfangReservoir/SerpentShrine/boss_hydross_the_unstable.cpp b/src/server/scripts/Outland/CoilfangReservoir/SerpentShrine/boss_hydross_the_unstable.cpp index 01d05abb495..89d60753ddb 100644 --- a/src/server/scripts/Outland/CoilfangReservoir/SerpentShrine/boss_hydross_the_unstable.cpp +++ b/src/server/scripts/Outland/CoilfangReservoir/SerpentShrine/boss_hydross_the_unstable.cpp @@ -61,7 +61,7 @@ enum HydrossTheUnstable SPELL_ENRAGE = 27680, //this spell need verification SPELL_SUMMON_WATER_ELEMENT = 36459, //not in use yet(in use ever?) SPELL_ELEMENTAL_SPAWNIN = 25035, - SPELL_BLUE_BEAM = 40227, //channeled Hydross Beam Helper (not in use yet) + SPELL_BLUE_BEAM = 38015, ENTRY_PURE_SPAWN = 22035, ENTRY_TAINTED_SPAWN = 22036, |