diff options
| author | ZenoX92 <ZenoX92@users.noreply.github.com> | 2017-11-14 10:37:11 +0100 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2017-11-14 10:37:11 +0100 |
| commit | 88acc17202bbd3868d467dcd643c4c42fdf8e452 (patch) | |
| tree | 7e324315cb9ab94d4c237cc59983e4c8442ed419 | |
| parent | a7deb32daf67e24885bf96b38956c1c968dde760 (diff) | |
DB/Texts: Privateer Groy Fix Type and Emote
Closes #20855
| -rw-r--r-- | sql/updates/world/3.3.5/2017_11_14_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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; |
