mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-15 10:00:28 +00:00
fix(Scripts/ZulGurub): Improvements to Gah'zranka: (#11908)
Summoned Mudskunk Lure object and added visual splash. Added pathing to Gahzranka Corrected visual coordinates. Gahzranka can be summoned only once per instance. Fixes #11560
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
--
|
||||
UPDATE `spell_target_position` SET `PositionX`=-11688.5, `PositionY`=-1737.74, `PositionZ`=8.409842 WHERE `id` IN (24325, 24593);
|
||||
DELETE FROM `event_scripts` WHERE `id`=9104;
|
||||
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id`=24325;
|
||||
INSERT INTO `spell_script_names` VALUES
|
||||
(24325, 'spell_pagles_point_cast');
|
||||
|
||||
DELETE FROM `waypoint_data` WHERE `id`=151140;
|
||||
INSERT INTO `waypoint_data` VALUES
|
||||
(151140,1,-11697.263,-1759.001,10.364448,0,0,0,0,100,0),
|
||||
(151140,2,-11689.899,-1776.087,12.593142,6.098,0,0,0,100,0);
|
||||
Reference in New Issue
Block a user