From df1f0eec1b48344a376a682f6fbefc36f9b031b7 Mon Sep 17 00:00:00 2001 From: offl Date: Tue, 29 Sep 2020 03:06:47 +0300 Subject: DB/Creature: Fix type of Emberstrife's emote, remove useless duration --- sql/updates/world/3.3.5/2020_09_29_00_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2020_09_29_00_world.sql (limited to 'sql') 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; -- cgit v1.2.3