aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGacko <gacko28@gmx.de>2014-03-30 22:29:20 +0200
committerGacko <gacko28@gmx.de>2014-03-30 22:29:20 +0200
commite8df0643a3666182bfaefea746c6151399353b60 (patch)
tree176498edf8b8ccd140e6940e546037f35f25ebba
parenta01fd35dc9fc58193c5a0f6d5ed3564822c6ebd1 (diff)
DB/SAI: Fix warning about missing creature_text (wrong target_type)
-rw-r--r--sql/updates/world/2014_03_30_03_world_smart_scripts.sql1
1 files changed, 1 insertions, 0 deletions
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);