diff options
author | Dr-J <daniel.jarrott0@gmail.com> | 2016-01-30 15:22:53 +0000 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2016-04-02 16:28:11 +0200 |
commit | b633a6286d6e66f88910f7e8150ee0c9f87a4e9b (patch) | |
tree | 274731ec09743a2ef957c7b66cbb14786a47ab8d | |
parent | d66449fd66228d24387276d4d11ef943f38c2805 (diff) |
DB/SAI: Overthane Balargarde
A couple of updates to previous commit https://github.com/TrinityCore/TrinityCore/commit/a258e36039392b60a0f0c98a466f9e4f1121f3eb
Closes #4841
(cherry picked from commit 406584839c9ea7617f67e286d6d2b0fa93a7d499)
-rw-r--r-- | sql/2016_01_30_05_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/2016_01_30_05_world.sql b/sql/2016_01_30_05_world.sql new file mode 100644 index 00000000000..1e341506dfc --- /dev/null +++ b/sql/2016_01_30_05_world.sql @@ -0,0 +1,2 @@ +UPDATE `smart_scripts` SET `event_param1`=60600, `event_param2`=60600 WHERE `entryorguid`=3101600 AND `source_type`=9 AND `id`=8 AND `link`=0; +UPDATE `smart_scripts` SET `action_param1`=2, `comment`='Overthane Balargarde <Master of Jotunheim> - On Data Set - Set Phase 2' WHERE `entryorguid`=31016 AND `source_type`=0 AND `id`=26 AND `link`=33; |