fix(DB/creature): Remove Gossip from NPC Winkey (7770) (#7367)

* Add Fix

* chore: add new line at the end of file
This commit is contained in:
Kaytotes
2021-08-18 10:29:29 +01:00
committed by GitHub
parent 74d341dadc
commit 02da68564f

View File

@@ -0,0 +1,10 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1629097518726008500');
-- Remove Text
DELETE FROM `npc_text` WHERE `ID` = 16644;
-- Remove Gossip Menu
DELETE FROM `gossip_menu` WHERE `MenuID` = 11876;
-- Update "Winkey" Template
UPDATE `creature_template` SET `npcflag` = 0 WHERE (`entry` = 7770);