diff options
author | ZenoX92 <ZenoX92@users.noreply.github.com> | 2018-03-09 21:12:14 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-09-05 00:38:41 +0200 |
commit | b414713fd9cc0b7821f0df402a6ce3c02e8b158f (patch) | |
tree | 2a13ab56b8adb01457902260aaf5a1e56c305955 | |
parent | 9fa95b4b57c1d843392d0c321cdabbc3a21e1d69 (diff) |
DB/Creature: Ashtongue Deathsworn
Closes #21573
(cherry picked from commit 039535fb9a211d51e9bff82cdb39510ba546f5c8)
-rw-r--r-- | sql/updates/world/master/2021_09_05_00_world_2018_03_09_04_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_09_05_00_world_2018_03_09_04_world.sql b/sql/updates/world/master/2021_09_05_00_world_2018_03_09_04_world.sql new file mode 100644 index 00000000000..14447f9ba8f --- /dev/null +++ b/sql/updates/world/master/2021_09_05_00_world_2018_03_09_04_world.sql @@ -0,0 +1,2 @@ +-- Ashtongue Deathsworn +UPDATE `smart_scripts` SET `event_type`=54, `comment`="Ashtongue Deathsworn - On Just Summoned - Start Waypoint" WHERE `entryorguid`=21701 AND `source_type`=0 AND `id`=0; |