summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAndrew <47818697+Nyeriah@users.noreply.github.com>2025-09-20 07:50:08 -0300
committerGitHub <noreply@github.com>2025-09-20 07:50:08 -0300
commit90f3dbf04b20bab34c07cc057080e604190a7e47 (patch)
tree590acf7e05d81990ea3e6e74b4ce23892945a54f /data
parent7b2b029f3b6a57251927586daf407b7315b5b5ef (diff)
fix(DB/Misc): Fix Neutralizing the Cauldrons animations (#22980)
Diffstat (limited to 'data')
-rw-r--r--data/sql/updates/pending_db_world/rev_1758363588780639900.sql16
1 files changed, 16 insertions, 0 deletions
diff --git a/data/sql/updates/pending_db_world/rev_1758363588780639900.sql b/data/sql/updates/pending_db_world/rev_1758363588780639900.sql
new file mode 100644
index 0000000000..ba61d2db2f
--- /dev/null
+++ b/data/sql/updates/pending_db_world/rev_1758363588780639900.sql
@@ -0,0 +1,16 @@
+--
+DELETE FROM `creature_template_addon` WHERE `entry` = 25494;
+INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES
+(25494, 0, 0, 0, 0, 0, 0, '45655');
+
+DELETE FROM `conditions` WHERE (`SourceTypeOrReferenceId` = 13) AND (`SourceGroup` = 1) AND (`SourceEntry` = 45656);
+INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
+(13, 1, 45656, 0, 0, 31, 0, 3, 25493, 0, 0, 0, 0, '', 'Cauldron Purification hit West En\'kilah Cauldron'),
+(13, 1, 45656, 0, 1, 31, 0, 3, 25490, 0, 0, 0, 0, '', 'Cauldron Purification hit East En\'kilah Cauldron'),
+(13, 1, 45656, 0, 2, 31, 0, 3, 25492, 0, 0, 0, 0, '', 'Cauldron Purification hit Central En\'kilah Cauldron');
+
+UPDATE `creature` SET `position_x` = 4022.822, `position_y` = 3604.8394, `position_z` = 104.910614, `orientation` = 1.675516128540039062 WHERE `id1` = 25492;
+
+DELETE FROM `creature_template_movement` WHERE `CreatureID` = 25492;
+INSERT INTO `creature_template_movement` (`CreatureID`, `Ground`, `Swim`, `Flight`) VALUES
+(25492, 1, 0, 1);