diff options
author | Filip <boev.filip@gmail.com> | 2013-09-10 20:53:24 +0200 |
---|---|---|
committer | Filip <boev.filip@gmail.com> | 2013-09-10 20:53:24 +0200 |
commit | 937981325101dae35ed07b214de4c32c53304ef1 (patch) | |
tree | 4cd6f02932fd53ed548377338424d868239bf091 | |
parent | 653ff9b243f2b92b063d86b901f10250676ef630 (diff) |
DB/Update: Few updates
Fixes #10758
-rw-r--r-- | sql/updates/world/2013_09_10_21_world_updates.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/2013_09_10_21_world_updates.sql b/sql/updates/world/2013_09_10_21_world_updates.sql new file mode 100644 index 00000000000..1ee4261624c --- /dev/null +++ b/sql/updates/world/2013_09_10_21_world_updates.sql @@ -0,0 +1,7 @@ +-- Update for Forgotten npcs to award credit. +UPDATE `smart_scripts` SET `action_type`=85 WHERE `entryorguid`=27224 AND `source_type`=0 AND `id`=0 AND `link`=1; +UPDATE `smart_scripts` SET `action_type`=85 WHERE `entryorguid`=27225 AND `source_type`=0 AND `id`=0 AND `link`=1; +UPDATE `smart_scripts` SET `action_type`=85 WHERE `entryorguid`=27229 AND `source_type`=0 AND `id`=0 AND `link`=1; +UPDATE `smart_scripts` SET `action_type`=85 WHERE `entryorguid`=27226 AND `source_type`=0 AND `id`=0 AND `link`=1; +-- Forced model for Channel Bunny... should've used that earlier. +UPDATE `creature` SET `modelid`=16925, `position_x`=1924.63, `position_y`=5574.76, `position_z`=273.122 WHERE `guid`=74872; |