mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-17 16:10:49 +01:00
DB/Creature: fix Mine Car visible state
- Still need some SAI fixing when it resets so it continues the path
This commit is contained in:
11
sql/updates/world/2016_01_30_04_world.sql
Normal file
11
sql/updates/world/2016_01_30_04_world.sql
Normal file
@@ -0,0 +1,11 @@
|
||||
-- Pathing for Mine Car Entry: 23289 'TDB FORMAT'
|
||||
SET @NPC := 143599;
|
||||
SET @PATH := @NPC * 10;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`mount`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES (@NPC,@PATH,0,0,1,0, '40684');
|
||||
|
||||
-- Pathing for Mine Car Entry: 23289 'TDB FORMAT'
|
||||
SET @NPC := 143600;
|
||||
SET @PATH := @NPC * 10;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`mount`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES (@NPC,@PATH,0,0,1,0, '40684');
|
||||
Reference in New Issue
Block a user