EverWrath/data/sql/updates/pending_db_world/thespia.sql
Gultask d87a9dc58f
fix(Scripts/Steamvault): Correct Timers for Thespia and add missing line (#15640)
* Update boss_hydromancer_thespia.cpp

* Create thespia.sql

* Update boss_hydromancer_thespia.cpp

* Lightning cloud is random as well

* DoCast
2023-03-29 00:28:15 -03:00

4 lines
367 B
SQL

--
DELETE FROM `creature_text` WHERE `CreatureID`=17797 AND `GroupID`=4 AND `ID`=0;
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
(17797, 4, 0, 'Enjoy the storm warm bloods!', 14, 0, 100, 0, 0, 0, 19456, 0, 'thespia SAY_SPELL');