diff options
author | Malcrom <malcromdev@gmail.com> | 2012-05-05 15:08:36 -0230 |
---|---|---|
committer | Malcrom <malcromdev@gmail.com> | 2012-05-05 15:08:36 -0230 |
commit | fb9cbf96a75713940b2d400f5936ac8ef79fe73c (patch) | |
tree | f636b635f52c17c1e68ba5e0dfc9a3683e85fd82 | |
parent | 68e96d50d913d1a5af64c8af4373633ffe5d3d6c (diff) |
DB/creature_template: Fix missing line from previous commit.
-rw-r--r-- | sql/updates/world/2012_05_05_01_world_creature_template.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2012_05_05_01_world_creature_template.sql b/sql/updates/world/2012_05_05_01_world_creature_template.sql index bc9dfbda78d..2eeaf2f40d2 100644 --- a/sql/updates/world/2012_05_05_01_world_creature_template.sql +++ b/sql/updates/world/2012_05_05_01_world_creature_template.sql @@ -1,2 +1,2 @@ -- Set proper faction for Ymirjar Skycaller (Heroic) -UPDATE `creature_template` SET `faction_A`=1885,`faction_H`=1885 WHERE `entry`=37643;
\ No newline at end of file +UPDATE `creature_template` SET `faction_A`=1885,`faction_H`=1885 WHERE `entry`=37643; |