aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorZxBiohazardZx <zxbiohazardzx@gmail.com>2012-12-28 16:11:04 +0100
committerZxBiohazardZx <zxbiohazardzx@gmail.com>2012-12-28 16:11:04 +0100
commit718313f1b8aeb9d1b0ef9776387a68550aae9188 (patch)
tree62396db62a19ce4dee4a2668601c0d9ee687d518 /sql
parent7ccef51c8c9510ec23c07d813eee9fbd86e103bd (diff)
DB/Startups: apparently we had some creatures with wrong movementtype...
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2012_12_28_01_world_misc.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2012_12_28_01_world_misc.sql b/sql/updates/world/2012_12_28_01_world_misc.sql
new file mode 100644
index 00000000000..44501390d9e
--- /dev/null
+++ b/sql/updates/world/2012_12_28_01_world_misc.sql
@@ -0,0 +1,2 @@
+-- fix startups
+UPDATE `creature` SET `MovementType`=0 WHERE `id`=3939 AND `guid` BETWEEN 48823 AND 45831;