DB/Gameobject: Add a missing Barbershop Chair

This commit is contained in:
Killyana
2018-09-24 01:14:09 +02:00
parent 3b520b971f
commit c8db31f353

View 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;