From c8db31f35386b2053843c4e392583f98a98b32af Mon Sep 17 00:00:00 2001 From: Killyana Date: Mon, 24 Sep 2018 01:14:09 +0200 Subject: [PATCH] DB/Gameobject: Add a missing Barbershop Chair --- sql/updates/world/3.3.5/2018_09_23_08_world.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/3.3.5/2018_09_23_08_world.sql diff --git a/sql/updates/world/3.3.5/2018_09_23_08_world.sql b/sql/updates/world/3.3.5/2018_09_23_08_world.sql new file mode 100644 index 00000000000..17462aa8e82 --- /dev/null +++ b/sql/updates/world/3.3.5/2018_09_23_08_world.sql @@ -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;