diff options
author | Killyana <morphone1@gmail.com> | 2015-07-24 19:17:48 +0200 |
---|---|---|
committer | Rushor <PBienati@web.de> | 2015-07-24 19:17:56 +0200 |
commit | 3c66a88d04405eb06edf1192785b4abd25e111fd (patch) | |
tree | fc04b5c7b180704d462a1cb3fcfede2902107ecd | |
parent | 5330a4c45416a492e9271e60fec378984e237b84 (diff) |
DB/Misc: Fixup evading Creatures
closes #15094
-rw-r--r-- | sql/updates/world/2015_07_24_04_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2015_07_24_04_world.sql b/sql/updates/world/2015_07_24_04_world.sql new file mode 100644 index 00000000000..c3849e7b6c8 --- /dev/null +++ b/sql/updates/world/2015_07_24_04_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `action_param1`=12787, `target_type`=1 WHERE `action_param1`=3391 AND `action_type`=11 AND `source_type`=0; |