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:
parent
74d341dadc
commit
02da68564f
1 changed files with 10 additions and 0 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue