From 1e25b215e5c5a94b85addcc79ce4851f3269dc95 Mon Sep 17 00:00:00 2001 From: Killyana Date: Wed, 11 Apr 2018 21:39:37 +0200 Subject: DB/Creature: Scarlet Infantryman equipments --- sql/updates/world/3.3.5/2018_04_11_01_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/3.3.5/2018_04_11_01_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2018_04_11_01_world.sql b/sql/updates/world/3.3.5/2018_04_11_01_world.sql new file mode 100644 index 00000000000..5f6d095ebdb --- /dev/null +++ b/sql/updates/world/3.3.5/2018_04_11_01_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `creature_equip_template` SET `ItemID1`= 38721, `ItemID2`= 12932 WHERE `CreatureID`= 28609; +UPDATE `creature_equip_template` SET `ItemID1`= 38723, `ItemID2`= 12932 WHERE `CreatureID`= 28896; -- cgit v1.2.3