DB/Texts: Jammal'an the Prophet

Closes #22736
This commit is contained in:
ZenoX92
2018-12-08 09:53:00 +01:00
committed by Killyana
parent 5280e6a40e
commit 4a2c72b35f

View File

@@ -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);