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