From 8a94744c4b0ed750c6d251b0352acecb341a92aa Mon Sep 17 00:00:00 2001 From: Filip Date: Wed, 9 Oct 2013 09:13:38 +0200 Subject: DB/Update: Quest credit fix-up --- sql/updates/world/2013_10_09_00_world_update.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/2013_10_09_00_world_update.sql (limited to 'sql') 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; -- cgit v1.2.3