DB/NPC: fix Darnassus shield merchant missing equipment in hand (#1089)

Added missing equipment (wooden staff as on wowhead screenshot).

Closes #1084 on github.
This commit is contained in:
Poszer
2018-11-25 16:30:05 +01:00
committed by Barbz
parent d34e5329df
commit e7813f9f75

View File

@@ -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;