mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 02:25:38 +01:00
7
sql/updates/world/3.3.5/2018_12_08_23_world.sql
Normal file
7
sql/updates/world/3.3.5/2018_12_08_23_world.sql
Normal 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);
|
||||
Reference in New Issue
Block a user