diff options
author | Killyana <morphone1@gmail.com> | 2017-07-02 19:49:23 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2020-08-18 19:03:22 +0200 |
commit | 65c594d86effd01ed18927b2c1ab9f438b22e2ff (patch) | |
tree | 48b9806f0547d6025d4c9be78bcbc6b5130b9a4a | |
parent | c46aa9d5b52486aba68e3827ee7263ddf6e2a323 (diff) |
DB/SAI: Fix Thrallmar Grunt event text
Closes #18930
By dr-j
(cherry picked from commit f9f15250a5b82f2d497f98887fe058e06dc36b39)
-rw-r--r-- | sql/updates/world/master/2020_08_18_00_world_2017_07_02_01_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2020_08_18_00_world_2017_07_02_01_world.sql b/sql/updates/world/master/2020_08_18_00_world_2017_07_02_01_world.sql new file mode 100644 index 00000000000..92838126fee --- /dev/null +++ b/sql/updates/world/master/2020_08_18_00_world_2017_07_02_01_world.sql @@ -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; |