From e7813f9f75587579c420afd79b9c5c29b97fa073 Mon Sep 17 00:00:00 2001 From: Poszer <41213210+poszer@users.noreply.github.com> Date: Sun, 25 Nov 2018 16:30:05 +0100 Subject: [PATCH] DB/NPC: fix Darnassus shield merchant missing equipment in hand (#1089) Added missing equipment (wooden staff as on wowhead screenshot). Closes #1084 on github. --- data/sql/updates/pending_db_world/rev_1542924166930408100.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1542924166930408100.sql diff --git a/data/sql/updates/pending_db_world/rev_1542924166930408100.sql b/data/sql/updates/pending_db_world/rev_1542924166930408100.sql new file mode 100644 index 000000000..dcd53923d --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1542924166930408100.sql @@ -0,0 +1,2 @@ +INSERT INTO version_db_world (`sql_rev`) VALUES ('1542924166930408100'); +UPDATE `creature_equip_template` SET `ItemID1`='35' WHERE `CreatureID`=4240 AND `ID`=1;