From 97bd0808209ab4994b2c6c456b77b17ab97cd67b Mon Sep 17 00:00:00 2001 From: Naddley Date: Mon, 12 Dec 2022 14:57:41 +0100 Subject: DB/Creature: Update template data for Theramore Deckhand + template data for Southsea Cutthroat Closes #27996 --- sql/updates/world/master/2022_12_12_01_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/master/2022_12_12_01_world.sql (limited to 'sql') 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 -- cgit v1.2.3