mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 17:54:48 +01:00
DB/SAI: Fix Windroc Matriarch script and text
By @Saben65 and @velinath Closes #16215
This commit is contained in:
3
sql/updates/world/2016_01_10_00_world.sql
Normal file
3
sql/updates/world/2016_01_10_00_world.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
--
|
||||
UPDATE `creature_text` SET `text`='Windroc Matriarch lets loose a terrifying shriek.', `BroadcastTextId`=16149 WHERE `entry`=19055;
|
||||
UPDATE `smart_scripts` SET `action_type`=49, `action_param1`=0 WHERE `entryorguid`=1905500 AND `id`=3;
|
||||
Reference in New Issue
Block a user