diff options
author | Killyana <morphone1@gmail.com> | 2019-03-15 19:40:50 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-11-24 22:17:36 +0100 |
commit | d9227c8bc6963b89d8b7aeb0259da34ee5d6003e (patch) | |
tree | e0fbafb3ff065dcfee3c3cb6d64e3f1b1ce20e73 | |
parent | 064c0305954faea973741082071b99f7e01c8690 (diff) |
DB/SAI: Scourging Crystal
Use the correct spell hit to remove the shield
(cherry picked from commit 5d21f2a523a2ef5f4c09d1cb67c5e8e12151508c)
-rw-r--r-- | sql/updates/world/master/2021_11_24_35_world_2019_03_15_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_11_24_35_world_2019_03_15_00_world.sql b/sql/updates/world/master/2021_11_24_35_world_2019_03_15_00_world.sql new file mode 100644 index 00000000000..d0826b05c67 --- /dev/null +++ b/sql/updates/world/master/2021_11_24_35_world_2019_03_15_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `event_param1`=43882 WHERE `entryorguid`=24464 AND `source_type`=0 AND `id`=1; |