diff options
-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; |