diff options
author | Naddley <NaddleyTC@gmail.com> | 2022-12-12 14:57:41 +0100 |
---|---|---|
committer | Naddley <NaddleyTC@gmail.com> | 2022-12-12 14:57:41 +0100 |
commit | 97bd0808209ab4994b2c6c456b77b17ab97cd67b (patch) | |
tree | 28315c615d55a45f6fb8cf01ddafed093eac208f /sql | |
parent | 1c000ae37df96738804bc396e4ca5596f24ed4d3 (diff) |
DB/Creature: Update template data for Theramore Deckhand
+ template data for Southsea Cutthroat
Closes #27996
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/master/2022_12_12_01_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_12_12_01_world.sql b/sql/updates/world/master/2022_12_12_01_world.sql new file mode 100644 index 00000000000..75eb03a6ba0 --- /dev/null +++ b/sql/updates/world/master/2022_12_12_01_world.sql @@ -0,0 +1,3 @@ +-- Update Theramore Deckhand & Southsea Cutthroat +UPDATE `creature_template` SET `faction`=1077 WHERE `entry`=34707; -- Theramore Deck Hand +UPDATE `creature_template` SET `minlevel`=30, `maxlevel`=30, `faction`=190, `unit_flags`=33024 WHERE `entry`=3383; -- Southsea Cutthroat |