diff options
author | offl <offl@users.noreply.github.com> | 2021-02-01 22:04:03 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-03-06 19:42:31 +0100 |
commit | c4e73b5d7cdcda6ee124272a2579f8fcf9b17a41 (patch) | |
tree | 60cce27369afd340aedd148400dd64ab83470a40 | |
parent | 38476e51e75913a0681bc2325ddd56367b891046 (diff) |
DB/GameObject: Matrix Punchograph (fix spell cast)
(cherry picked from commit 92c8ffc047ea35ea9a534a878cd4be5726f20974)
-rw-r--r-- | sql/updates/world/master/2022_03_06_23_world_2021_02_01_02_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_03_06_23_world_2021_02_01_02_world.sql b/sql/updates/world/master/2022_03_06_23_world_2021_02_01_02_world.sql new file mode 100644 index 00000000000..9d901354d46 --- /dev/null +++ b/sql/updates/world/master/2022_03_06_23_world_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; |