aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/3.3.5/2021_12_23_00_world_335.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2021_12_23_00_world_335.sql b/sql/updates/world/3.3.5/2021_12_23_00_world_335.sql
new file mode 100644
index 00000000000..d6cb094bd2f
--- /dev/null
+++ b/sql/updates/world/3.3.5/2021_12_23_00_world_335.sql
@@ -0,0 +1,2 @@
+-- Fix equipment for Southsea Swashbuckler (verified with vmangos data)
+UPDATE `creature_equip_template` SET `ItemID1`=1897, `ItemID2`=0, `VerifiedBuild`=31727 WHERE `CreatureID`=7858;