aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZenoX92 <ZenoX92@users.noreply.github.com>2018-12-08 09:53:00 +0100
committerShauren <shauren.trinity@gmail.com>2021-11-16 15:04:35 +0100
commit2e6745c4760951e29b76a7d7d08872bbf3b9ad24 (patch)
treea6fae46d163660f04ee954685f68c6a3eea071f3
parent04d04faae044f742736b1e8d34a929d21a287e88 (diff)
DB/Texts: Jammal'an the Prophet
Closes #22736 (cherry picked from commit 4a2c72b35f1ea1a03dfb672716ff1067d9c2b8bb)
-rw-r--r--sql/updates/world/master/2021_11_16_13_world_2018_12_08_23_world.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_11_16_13_world_2018_12_08_23_world.sql b/sql/updates/world/master/2021_11_16_13_world_2018_12_08_23_world.sql
new file mode 100644
index 00000000000..9a153bcdaa9
--- /dev/null
+++ b/sql/updates/world/master/2021_11_16_13_world_2018_12_08_23_world.sql
@@ -0,0 +1,7 @@
+-- Jammal'an the Prophet
+UPDATE `creature_text` SET `Sound`=5861 WHERE `CreatureID`=5710 AND `GroupID`=0;
+UPDATE `creature_text` SET `Sound`=5864 WHERE `CreatureID`=5710 AND `GroupID`=1;
+UPDATE `creature_text` SET `Sound`=5862 WHERE `CreatureID`=5710 AND `GroupID`=2;
+UPDATE `creature_text` SET `Sound`=5865 WHERE `CreatureID`=5710 AND `GroupID`=3;
+
+UPDATE `smart_scripts` SET `target_type`=1 WHERE `entryorguid`=5710 AND `source_type`=0 AND `id` IN (2,6);