diff options
author | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2012-05-28 13:13:45 +0200 |
---|---|---|
committer | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2012-05-28 13:13:45 +0200 |
commit | 2a7e701f69b093bdaa22e66052de781b215a7c1d (patch) | |
tree | 27d0d483cb555297b39e6a9e50ceec51a48ccd00 | |
parent | ed9ad370722217b12f3a77576cd8a7885481c76c (diff) |
DB/Creature: set MovementType in Creature, not _template
-rw-r--r-- | sql/updates/world/2012_05_28_04_world_creature_template.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2012_05_28_04_world_creature_template.sql b/sql/updates/world/2012_05_28_04_world_creature_template.sql new file mode 100644 index 00000000000..d8c9a15e412 --- /dev/null +++ b/sql/updates/world/2012_05_28_04_world_creature_template.sql @@ -0,0 +1,3 @@ +-- malcroms request +UPDATE `creature_template` SET `MovementType`=0 WHERE `entry`=32630; +UPDATE `creature` SET `MovementType`=2 WHERE `id`=32630; |