mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-30 13:47:23 +01:00
DB/Waypoints: Trying to fix errors in db.
This commit is contained in:
8
sql/updates/world/2012_05_27_07_world_waypoints.sql
Normal file
8
sql/updates/world/2012_05_27_07_world_waypoints.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
-- Fix pathing for Thiassi the Lightning Bringer
|
||||
DELETE FROM `creature_addon` WHERE `guid`=106554;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`) VALUES (106554,1065540,1);
|
||||
|
||||
-- bio's screwed up movement for rares. Fix for some
|
||||
UPDATE `creature` SET `spawndist`=10,`MovementType`=1 WHERE `id` IN (32400,32417,32422,32429);
|
||||
UPDATE `creature_addon` SET `path_id`=2026020 WHERE `guid`=202602;
|
||||
UPDATE `waypoint_data` SET `id`=2026020 WHERE `id`=2500060;
|
||||
Reference in New Issue
Block a user