mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Misc: Fix some cosmetics in Zul'drak
This commit is contained in:
9
sql/updates/world/3.3.5/2019_12_22_03_world.sql
Normal file
9
sql/updates/world/3.3.5/2019_12_22_03_world.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
--
|
||||
DELETE FROM `creature_template_addon` WHERE `entry` IN (29691, 29688, 29689) ;
|
||||
INSERT INTO `creature_template_addon` (`entry`,`mount`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES
|
||||
(29691,0,7,1,0, ""),
|
||||
(29688,0,0,1,233, ""),
|
||||
(29689,0,0,1,333, "");
|
||||
UPDATE `gossip_menu_option` SET `OptionType`=3, `OptionNpcFlag`=128 WHERE `MenuID` IN (9848);
|
||||
UPDATE `creature` SET `MovementType`=0, `spawndist`=0 WHERE `id`= 29468;
|
||||
UPDATE `creature` SET `position_x`=5766.979492, `position_y`=-1617.112793, `position_z`=234.942978, `orientation`=0.605617 WHERE `guid`= 97401;
|
||||
Reference in New Issue
Block a user