Skip to content

Commit

Permalink
[0227] Removed random movement from creature 2038
Browse files Browse the repository at this point in the history
* Removed random movement from creature 2038 (Lord Melenas) as it should
not have it
  • Loading branch information
cala committed Aug 13, 2013
1 parent df9a648 commit eb28f38
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions updates/0227_mangos_creature_fix.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Removed random movement from creature 2038 (Lord Melenas) as it should not have it
UPDATE `creature` SET `MovementType` = 0 WHERE `id` = 2038;

0 comments on commit eb28f38

Please sign in to comment.