From 88acc17202bbd3868d467dcd643c4c42fdf8e452 Mon Sep 17 00:00:00 2001 From: ZenoX92 Date: Tue, 14 Nov 2017 10:37:11 +0100 Subject: DB/Texts: Privateer Groy Fix Type and Emote Closes #20855 --- sql/updates/world/3.3.5/2017_11_14_01_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2017_11_14_01_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2017_11_14_01_world.sql b/sql/updates/world/3.3.5/2017_11_14_01_world.sql new file mode 100644 index 00000000000..3bc0da4ee1c --- /dev/null +++ b/sql/updates/world/3.3.5/2017_11_14_01_world.sql @@ -0,0 +1,2 @@ +-- Privateer Groy --> Fix Text Type and Emote +UPDATE `creature_text` SET `Type`=14, `Emote`=5 WHERE `CreatureID`=2616; -- cgit v1.2.3