Skip to content

Commit

Permalink
[0572] Fixed speed of creature 12056 in Molten Core
Browse files Browse the repository at this point in the history
* Fixed speed of creature 12056 (Baron Geddon) in Molten Core
This closes #253
Source: https://www.youtube.com/watch?v=Ofo5wkwd4s4#t=107

Signed-off-by: cala <[email protected]>
  • Loading branch information
scotty0100 authored and cala committed Jun 20, 2014
1 parent 8214a56 commit 1957018
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions updates/0572_creature_template.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
-- Fixed speed of creature 12056 (Baron Geddon) in Molten Core
-- This closes #253
-- Source: https://www.youtube.com/watch?v=Ofo5wkwd4s4#t=107
UPDATE `creature_template` SET `SpeedWalk` = 3.15, `SpeedRun` = 3.15 WHERE `Entry` = 12056;

0 comments on commit 1957018

Please sign in to comment.