mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 10:26:28 +01:00
DB/SAI: Fix Thrallmar Grunt event text
Closes #18930
By dr-j
(cherry picked from commit f9f15250a5)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
--
|
||||
UPDATE `creature_text` SET `CreatureID`=19651, `GroupID`=0 WHERE `CreatureID`=16580 AND `GroupID`=6 AND `ID`=0;
|
||||
UPDATE `smart_scripts` SET `action_param1`=0, `target_type`=19, `target_param1`=19651, `target_param2`=0 WHERE `entryorguid`=5754101 AND `source_type`=9 AND `id`=8 AND `link`=0;
|
||||
Reference in New Issue
Block a user