diff options
| author | Malcrom <malcromdev@gmail.com> | 2012-05-05 23:58:48 -0230 |
|---|---|---|
| committer | Malcrom <malcromdev@gmail.com> | 2012-05-05 23:58:48 -0230 |
| commit | aa482f7b58fe87c93f8c4f5b4995928ce4436117 (patch) | |
| tree | 42d6c24882e23ce10d1717a5e75b66aef35f0e75 | |
| parent | 5d3782bcf9a8ffb33edc27cbb63955e8194e2389 (diff) | |
DB/creature_template: Fix a few target dummys to not allow skillup
| -rw-r--r-- | sql/updates/world/2012_05_05_05_world_creature_template.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2012_05_05_05_world_creature_template.sql b/sql/updates/world/2012_05_05_05_world_creature_template.sql new file mode 100644 index 00000000000..a2f2a217252 --- /dev/null +++ b/sql/updates/world/2012_05_05_05_world_creature_template.sql @@ -0,0 +1,2 @@ +-- Fix skillup on some target dummys +UPDATE `creature_template` SET `flags_extra`=`flags_extra`|262144 WHERE `entry` IN (31144,2674,2673); |
