mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-30 21:57:01 +01:00
DB/Gameobject: Add a missing Barbershop Chair
This commit is contained in:
5
sql/updates/world/3.3.5/2018_09_23_08_world.sql
Normal file
5
sql/updates/world/3.3.5/2018_09_23_08_world.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
--
|
||||
DELETE FROM `gameobject` WHERE `guid` =6516;
|
||||
INSERT INTO gameobject (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) VALUES
|
||||
(6516, 191817, 530, 1, 1, 2969.68, 3752.76, 144.505, 1.9984, 0, 0, 0.841038, 0.540975, 180, 255, 1);
|
||||
UPDATE `creature_template` SET `gossip_menu_id`=9781 WHERE `entry`=28708;
|
||||
Reference in New Issue
Block a user