From 92c8ffc047ea35ea9a534a878cd4be5726f20974 Mon Sep 17 00:00:00 2001 From: offl Date: Mon, 1 Feb 2021 22:04:03 +0200 Subject: DB/GameObject: Matrix Punchograph (fix spell cast) --- sql/updates/world/3.3.5/2021_02_01_02_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/3.3.5/2021_02_01_02_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2021_02_01_02_world.sql b/sql/updates/world/3.3.5/2021_02_01_02_world.sql new file mode 100644 index 00000000000..9d901354d46 --- /dev/null +++ b/sql/updates/world/3.3.5/2021_02_01_02_world.sql @@ -0,0 +1,4 @@ +-- +UPDATE `smart_scripts` SET `action_type` = 134, `action_param2` = 0 WHERE `entryorguid` = 142475 AND `source_type` = 1 AND `id` = 1; +UPDATE `smart_scripts` SET `comment` = "Matrix Punchograph 3005-D - On Gossip Option 0 Selected - Invoker Cast 'Create Prismatic Punch Card'" WHERE `entryorguid` = 142696 AND `source_type` = 1 AND `id` = 0; +UPDATE `smart_scripts` SET `action_type` = 134, `action_param2` = 0, `comment` = "Matrix Punchograph 3005-D - On Gossip Option 0 Selected - Invoker Cast 'Discombobulator Ray'" WHERE `entryorguid` = 142696 AND `source_type` = 1 AND `id` = 1; -- cgit v1.2.3