diff options
author | Killyana <morphone1@gmail.com> | 2016-01-10 15:21:07 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2016-03-22 21:46:23 +0100 |
commit | 2ae4248179283932f76176d429c50d20d38fde6c (patch) | |
tree | 8c8febdf46ee72b53388cfe4b99d376d889723ae | |
parent | 9b214db05b0d7a17b06e25b09d936afbdc98c084 (diff) |
DB/SAI: Fix the react state for Darkfallen Bloodbearer
Closes #16159
(cherry picked from commit 69d59885c459b6a8f12384c401784edfc18d6888)
-rw-r--r-- | sql/updates/world/2016_03_22_06_world_2016_01_10_03_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2016_03_22_06_world_2016_01_10_03_world.sql b/sql/updates/world/2016_03_22_06_world_2016_01_10_03_world.sql new file mode 100644 index 00000000000..5ac352ffe10 --- /dev/null +++ b/sql/updates/world/2016_03_22_06_world_2016_01_10_03_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `action_param6`=2 WHERE `entryorguid`=-96556 AND `id`=0 AND `source_type`=0; |