diff options
| author | ZenoX92 <ZenoX92@users.noreply.github.com> | 2018-10-09 22:45:36 +0200 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2018-10-09 22:45:36 +0200 |
| commit | 9a87d5b3002a9ba96d1ac7933f6d636ec6da7413 (patch) | |
| tree | e8fe91c1189a16aa0d93f71a6d015f79366e62d8 | |
| parent | 2d6b0353b7720a94fcd25a2df33b5d83e0da2909 (diff) | |
DB/Texts: Atal'alarion
Closes #22605
| -rw-r--r-- | sql/updates/world/3.3.5/2018_10_09_16_world_335.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_10_09_16_world_335.sql b/sql/updates/world/3.3.5/2018_10_09_16_world_335.sql new file mode 100644 index 00000000000..f318ef32842 --- /dev/null +++ b/sql/updates/world/3.3.5/2018_10_09_16_world_335.sql @@ -0,0 +1,3 @@ +-- +UPDATE `creature_text` SET `Text`="My banishment is ended! Let the blood flow!", `BroadcastTextId`=4485 WHERE `CreatureID`=8580 AND `GroupID`=0; +UPDATE `creature_text` SET `Text`="I'll feast on your bones!", `BroadcastTextId`=6216, `Type`=14, `Language`=14, `Sound`=5860 WHERE `CreatureID`=8580 AND `GroupID`=1; |
