fix(Scripts/ZulGurub): Priestess Jeklik intro (#12109)

* fix(Core/ZulGurub): Priestess Jeklik intro

* ?

* sniffed values
This commit is contained in:
Nefertumm
2022-06-26 04:47:29 -03:00
committed by GitHub
parent 64a0cbba5a
commit 67e6954681
2 changed files with 33 additions and 8 deletions

View File

@@ -0,0 +1,9 @@
--
SET @ENTRY := 14517;
SET @PATH := @ENTRY*10;
UPDATE `creature_template_movement` SET `Flight` = 2 WHERE `CreatureId` = @ENTRY;
DELETE FROM `waypoint_data` WHERE `id` = @PATH;
INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES
(@PATH, 1, -12291.88, -1380.0778, 144.90173, 2.286381244659423828, 0, 2, 0, 100, 0),
(@PATH, 2, -12273.857, -1407.774, 132.22281, 0, 0, 2, 0, 100, 0);