diff options
| author | Malcrom <malcromdev@gmail.com> | 2012-05-30 20:12:58 -0230 |
|---|---|---|
| committer | Malcrom <malcromdev@gmail.com> | 2012-05-30 20:12:58 -0230 |
| commit | 1c73fa3649322a85e7f2aacb051c25527fb7a390 (patch) | |
| tree | f4fee7508b5673fccbf702f6dde2f08b900da8e1 | |
| parent | 10314f913ae29728b4e1e6568608dc23cb9a86c7 (diff) | |
DB/creature_formations: Set Fel Steed Formation/Group Combat Assistance
Fix by warriorpoetex. Closes issue #6629
| -rw-r--r-- | sql/updates/world/2012_05_30_03_world_creature_formation.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/2012_05_30_03_world_creature_formation.sql b/sql/updates/world/2012_05_30_03_world_creature_formation.sql new file mode 100644 index 00000000000..2964415e85b --- /dev/null +++ b/sql/updates/world/2012_05_30_03_world_creature_formation.sql @@ -0,0 +1,6 @@ +-- Set Fel Steed Formation/Group Combat Assistance +DELETE FROM `creature_formations` WHERE `leaderGUID`=16441; +INSERT INTO `creature_formations` (`leaderGUID`,`memberGUID`,`dist`,`angle`,`groupAI`) VALUES +(16441,16441,0,0,2), +(16441,16442,10,225,2), +(16441,16440,10,120,2); |
