mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-31 06:07:37 +01:00
Scripts/Utgarde Pinnacle: Svala Sorrowgrave Intro and Ritual of the Sword (#24503)
* Scripts/Svala SorrowGrave - Fix broken intro event and Ritual of the Sword * Added missing header for non-PCH build. * Added error checking for Svala's targeting, and tightened up the timing on the intro event. * Update WorldDB\Creature_Template_Movement for Svala * Fix movement during intro and ritual event * Rename SQL file for merge Co-authored-by: Carbenium <carbenium@outlook.com>
This commit is contained in:
8
sql/updates/world/3.3.5/2021_01_08_08_world.sql
Normal file
8
sql/updates/world/3.3.5/2021_01_08_08_world.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
UPDATE `creature_template` SET `flags_extra` = `flags_extra`| 0x200 WHERE `entry` IN (29281, 30809, 26668, 30810);
|
||||
|
||||
DELETE FROM `creature_template_movement` WHERE `CreatureId` IN (29281, 30809, 26668, 30810);
|
||||
INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Swim`, `Flight`, `Rooted`, `Chase`, `Random`) VALUES
|
||||
(29281, 1, 0, 1, 0, 0, 0),
|
||||
(30809, 1, 0, 1, 0, 0, 0),
|
||||
(26668, 2, 0, 1, 0, 0, 0),
|
||||
(30810, 2, 0, 1, 0, 0, 0);
|
||||
Reference in New Issue
Block a user