diff options
author | offl <offl@users.noreply.github.com> | 2020-09-29 03:06:47 +0300 |
---|---|---|
committer | offl <offl@users.noreply.github.com> | 2020-09-29 03:06:47 +0300 |
commit | df1f0eec1b48344a376a682f6fbefc36f9b031b7 (patch) | |
tree | 47c4f8308c39d9cbefc6d401d9a50198eb00756f | |
parent | a4155407759ff1f3f685618f01d7445fcf8dc89a (diff) |
DB/Creature: Fix type of Emberstrife's emote, remove useless duration
-rw-r--r-- | sql/updates/world/3.3.5/2020_09_29_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_09_29_00_world.sql b/sql/updates/world/3.3.5/2020_09_29_00_world.sql new file mode 100644 index 00000000000..aa09c0c72b4 --- /dev/null +++ b/sql/updates/world/3.3.5/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; |