diff options
author | Filip <boev.filip@gmail.com> | 2013-09-30 22:52:14 +0200 |
---|---|---|
committer | Filip <boev.filip@gmail.com> | 2013-09-30 22:52:14 +0200 |
commit | 1010e140bf311500475e9440f88558279c496dd0 (patch) | |
tree | 6055f97ba23e485048a78cc020f913526e08a030 | |
parent | 0c0ff983442f147b308a3d06a460f1eb49f53993 (diff) |
DB/Update: Return To...RP event update
By @Foldor fixes #10886
-rw-r--r-- | sql/updates/world/2013_09_30_04_world_update.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2013_09_30_04_world_update.sql b/sql/updates/world/2013_09_30_04_world_update.sql new file mode 100644 index 00000000000..a96cad21e64 --- /dev/null +++ b/sql/updates/world/2013_09_30_04_world_update.sql @@ -0,0 +1,2 @@ +UPDATE `creature_template_addon` SET `mount`=25678, `bytes2`=0x1 WHERE `entry`=37845; +UPDATE `smart_scripts` SET `action_param1`=45492, `comment`='Quel''Delar Skull Target - on spell hit - Cast Shadow Nova' WHERE `entryorguid`=37852 AND `source_type`=0 AND `id`=1 AND `link`=0; |