From 1a930a7c246bb4c53c2dc094553c99c948965152 Mon Sep 17 00:00:00 2001 From: ZenoX92 Date: Fri, 27 Jul 2018 15:15:11 +0200 Subject: [PATCH] DB/Text: Arikara Updates #20946 --- sql/updates/world/3.3.5/2018_07_27_00_world_335.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2018_07_27_00_world_335.sql diff --git a/sql/updates/world/3.3.5/2018_07_27_00_world_335.sql b/sql/updates/world/3.3.5/2018_07_27_00_world_335.sql new file mode 100644 index 00000000000..02e866d89ec --- /dev/null +++ b/sql/updates/world/3.3.5/2018_07_27_00_world_335.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_text` SET `Text`="%s goes into a frenzy!", `BroadcastTextId`=1191 WHERE `CreatureID`=10882 AND `GroupID`=0;