mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 15:40:45 +01:00
DB/GameObject: Matrix Punchograph (fix spell cast)
This commit is contained in:
4
sql/updates/world/3.3.5/2021_02_01_02_world.sql
Normal file
4
sql/updates/world/3.3.5/2021_02_01_02_world.sql
Normal file
@@ -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;
|
||||
Reference in New Issue
Block a user