mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-15 00:06:11 +00:00
3
data/sql/updates/db_world/2022_06_27_00.sql
Normal file
3
data/sql/updates/db_world/2022_06_27_00.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- DB update 2022_06_26_05 -> 2022_06_27_00
|
||||
-- fix Woodlands Walker gossip
|
||||
UPDATE `creature_template` SET `npcflag`=`npcflag` |1 WHERE `entry` = 26421;
|
||||
9
data/sql/updates/db_world/2022_06_27_01.sql
Normal file
9
data/sql/updates/db_world/2022_06_27_01.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
-- DB update 2022_06_27_00 -> 2022_06_27_01
|
||||
--
|
||||
DELETE FROM `areatrigger_scripts` WHERE `entry`=3956;
|
||||
INSERT INTO `areatrigger_scripts` VALUES
|
||||
(3956,'at_zulgurub_bridge_speech');
|
||||
|
||||
DELETE FROM `creature_text` WHERE `CreatureID`=14834 AND `GroupId`=4;
|
||||
INSERT INTO `creature_text` VALUES
|
||||
(14834,4,0,'Your callous disregard for the sovereign might of the Gurubashi Empire has been noted. The inhabitants of Zul\'Gurub have been alerted to your presence.',16,0,100,0,0,0,10550,3,'Hakkar SAY_PROTECT_GURUBASHI_EMPIRE');
|
||||
Reference in New Issue
Block a user