diff options
| author | Filip <boev.filip@gmail.com> | 2013-10-09 09:13:38 +0200 |
|---|---|---|
| committer | Filip <boev.filip@gmail.com> | 2013-10-09 09:13:38 +0200 |
| commit | 8a94744c4b0ed750c6d251b0352acecb341a92aa (patch) | |
| tree | 480e64f99a7c0ce621a46c9537bcc55fc9a303f2 | |
| parent | 95cad03fa4fa316b49eb2dfe1a2742a71847dfe9 (diff) | |
DB/Update: Quest credit fix-up
| -rw-r--r-- | sql/updates/world/2013_10_09_00_world_update.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2013_10_09_00_world_update.sql b/sql/updates/world/2013_10_09_00_world_update.sql new file mode 100644 index 00000000000..c92c84df7fb --- /dev/null +++ b/sql/updates/world/2013_10_09_00_world_update.sql @@ -0,0 +1 @@ +UPDATE `smart_scripts` SET `action_type`=85, `action_param2`=2 WHERE `entryorguid`=32588 AND `source_type`=0 AND `id`=5; |
