diff options
author | offl <offl@users.noreply.github.com> | 2020-09-29 03:06:47 +0300 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-02-28 13:57:51 +0100 |
commit | da5e6e7f81d0580e0eedfc82229b52b306b54107 (patch) | |
tree | b67b692ffa251540f789c3f933ac829963a2549c | |
parent | 081fa7cfc4d044d47e719d0a6880d2a9b6d30128 (diff) |
DB/Creature: Fix type of Emberstrife's emote, remove useless duration
(cherry picked from commit df1f0eec1b48344a376a682f6fbefc36f9b031b7)
-rw-r--r-- | sql/updates/world/master/2022_02_28_05_world_2020_09_29_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_02_28_05_world_2020_09_29_00_world.sql b/sql/updates/world/master/2022_02_28_05_world_2020_09_29_00_world.sql new file mode 100644 index 00000000000..aa09c0c72b4 --- /dev/null +++ b/sql/updates/world/master/2022_02_28_05_world_2020_09_29_00_world.sql @@ -0,0 +1,2 @@ +-- Fix type of Emberstrife's emote, remove useless duration https://youtu.be/ruKkcLm8Qug?t=349 +UPDATE `creature_text` SET `Type` = 16, `Duration` = 0, `comment` = "Emberstrife" WHERE `CreatureID` = 10321 AND `GroupID` = 0 AND `ID` = 0; |