mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 03:15:41 +00:00
7
data/sql/updates/db_world/2022_07_31_00.sql
Normal file
7
data/sql/updates/db_world/2022_07_31_00.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
-- DB update 2022_07_29_00 -> 2022_07_31_00
|
||||
-- Chief Hawkwind
|
||||
UPDATE `creature_template` SET `gossip_menu_id`=0, `npcflag`=`npcflag`&~1 WHERE `entry`=2981;
|
||||
|
||||
DELETE FROM `quest_greeting` WHERE `ID`=2981;
|
||||
INSERT INTO `quest_greeting` (`ID`, `Type`, `GreetEmoteType`, `GreetEmoteDelay`, `Greeting`, `VerifiedBuild`) VALUES
|
||||
(2981,0,0,0,"Hail, $c. In my years I have seen many eager tauren who wish to prove their worth to the tribe. It should not be forgotten that eagerness is no substitute for wisdom and experience.",0);
|
||||
Reference in New Issue
Block a user