diff options
author | Killyana <morphone1@gmail.com> | 2016-01-10 13:50:18 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2016-03-22 21:41:38 +0100 |
commit | cbb0e5ce66ddadf4700385dd0a08b4b9064d941b (patch) | |
tree | 2215818447562dbb852c43a06d956b94689b1f0f | |
parent | dd3ac6eaa8972a51276807d69e45940db435b17a (diff) |
DB/SAI: Fix Windroc Matriarch script and text
By @Saben65 and @velinath
Closes #16215
(cherry picked from commit 70868ceee781e6b73da6ec8de4e48ae8fe709242)
-rw-r--r-- | sql/updates/world/2016_03_22_03_world_2016_01_10_00_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2016_03_22_03_world_2016_01_10_00_world.sql b/sql/updates/world/2016_03_22_03_world_2016_01_10_00_world.sql new file mode 100644 index 00000000000..83ed21c8489 --- /dev/null +++ b/sql/updates/world/2016_03_22_03_world_2016_01_10_00_world.sql @@ -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; |