mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-05 03:53:48 +00:00
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:
@@ -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);
|
||||||
Reference in New Issue
Block a user