diff options
author | ZenoX92 <ZenoX92@users.noreply.github.com> | 2017-11-14 10:37:11 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-02-06 21:41:51 +0100 |
commit | 02347ed212d133224c671735221fd9f1ff6ada76 (patch) | |
tree | cad2707daff4a808238a86a845d864a9b92d02a3 | |
parent | f5dcff32cbef6df60e88bd6f65fbda24852275e0 (diff) |
DB/Texts: Privateer Groy Fix Type and Emote
Closes #20855
(cherry picked from commit 88acc17202bbd3868d467dcd643c4c42fdf8e452)
-rw-r--r-- | sql/updates/world/master/2021_02_01_02_world_2017_11_14_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_02_01_02_world_2017_11_14_01_world.sql b/sql/updates/world/master/2021_02_01_02_world_2017_11_14_01_world.sql new file mode 100644 index 00000000000..3bc0da4ee1c --- /dev/null +++ b/sql/updates/world/master/2021_02_01_02_world_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; |