aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMalcrom <malcromdev@gmail.com>2012-05-05 15:08:36 -0230
committerMalcrom <malcromdev@gmail.com>2012-05-05 15:08:36 -0230
commitfb9cbf96a75713940b2d400f5936ac8ef79fe73c (patch)
treef636b635f52c17c1e68ba5e0dfc9a3683e85fd82
parent68e96d50d913d1a5af64c8af4373633ffe5d3d6c (diff)
DB/creature_template: Fix missing line from previous commit.
-rw-r--r--sql/updates/world/2012_05_05_01_world_creature_template.sql2
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;