diff options
author | Aokromes <jipr@hotmail.com> | 2014-01-26 00:46:51 +0100 |
---|---|---|
committer | Aokromes <jipr@hotmail.com> | 2014-01-26 00:46:51 +0100 |
commit | bc63c3355010bc8991e6a99c9e0be6ff4fcde79a (patch) | |
tree | 2c048e1cb063d8bbbb839fe6ae312f8e38739fa7 | |
parent | 784ebb891ae8202b9848ccddf3f7f2026785369c (diff) |
DB/SAI: Fix Highlord Demitrian
By Raszagal closes #11436
-rw-r--r-- | sql/updates/world/2014_01_24_07_world_sai.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2014_01_24_07_world_sai.sql b/sql/updates/world/2014_01_24_07_world_sai.sql new file mode 100644 index 00000000000..c1c00091be9 --- /dev/null +++ b/sql/updates/world/2014_01_24_07_world_sai.sql @@ -0,0 +1,3 @@ +-- Fixes to Highlord Demitrian smart_scripts +UPDATE smart_scripts SET `comment`='Highlord Demitrian - On Gossip Complete - Add Item Vessel of Rebirth' WHERE entryorguid=14347 AND event_type=62; +UPDATE smart_scripts SET action_param2=6, action_param3=60000, target_type=8, target_x='-6241.771973',target_y='1717.143311',target_z='4.250421',target_o='0.680879',`comment`='Highlord Demitrian - On Quest Thunderaan the Windseeker Finished - Summon Creature Prince Thunderaan at XYZO' WHERE entryorguid=14347 AND event_type=20; |