From e8df0643a3666182bfaefea746c6151399353b60 Mon Sep 17 00:00:00 2001 From: Gacko Date: Sun, 30 Mar 2014 22:29:20 +0200 Subject: DB/SAI: Fix warning about missing creature_text (wrong target_type) --- sql/updates/world/2014_03_30_03_world_smart_scripts.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/2014_03_30_03_world_smart_scripts.sql (limited to 'sql') diff --git a/sql/updates/world/2014_03_30_03_world_smart_scripts.sql b/sql/updates/world/2014_03_30_03_world_smart_scripts.sql new file mode 100644 index 00000000000..a29758426ed --- /dev/null +++ b/sql/updates/world/2014_03_30_03_world_smart_scripts.sql @@ -0,0 +1 @@ +UPDATE `smart_scripts` SET `target_type`=1 WHERE `entryorguid`=19227 AND `source_type`=0 AND `id` IN (0,1); -- cgit v1.2.3