mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 10:55:43 +00:00
fix(Core/ZulGurub): more improvements to High Priestess Jeklik (#11604)
* Fix(Core/ZulGurub): more improvements to High Priestess Jeklik * remove old comment * cancel phase one events on phase 2 * Update src/server/scripts/EasternKingdoms/ZulGurub/boss_jeklik.cpp Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com> * Update src/server/scripts/EasternKingdoms/ZulGurub/boss_jeklik.cpp Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com> * style * build Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
--
|
||||
UPDATE `creature_template` SET `speed_run` = 1.14286, `speed_walk` = 1.32 WHERE `entry` = 14517;
|
||||
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_batrider_bomb';
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(23970, 'spell_batrider_bomb');
|
||||
|
||||
UPDATE `gameobject_template` SET `Data2` = 6 WHERE `entry` = 180125;
|
||||
Reference in New Issue
Block a user