diff -Nurd -X.diff_ignore freeciv/data/cimpletoon/orient_units.spec freeciv/data/cimpletoon/orient_units.spec
--- freeciv/data/cimpletoon/orient_units.spec	2012-09-29 21:28:48.945440322 +0300
+++ freeciv/data/cimpletoon/orient_units.spec	2013-02-23 06:40:52.925687791 +0200
@@ -501,4 +501,22 @@
   52,  6, "u.fanatics_se"
   52,  7, "u.fanatics_s"
 
+  53,  0, "u.crusaders_sw"
+  53,  1, "u.crusaders_w"
+  53,  2, "u.crusaders_nw"
+  53,  3, "u.crusaders_n"
+  53,  4, "u.crusaders_ne"
+  53,  5, "u.crusaders_e"
+  53,  6, "u.crusaders_se"
+  53,  7, "u.crusaders_s"
+
+  54,  0, "u.elephants_sw"
+  54,  1, "u.elephants_w"
+  54,  2, "u.elephants_nw"
+  54,  3, "u.elephants_n"
+  54,  4, "u.elephants_ne"
+  54,  5, "u.elephants_e"
+  54,  6, "u.elephants_se"
+  54,  7, "u.elephants_s"
+
 }
diff -Nurd -X.diff_ignore freeciv/data/civ2/units.ruleset freeciv/data/civ2/units.ruleset
--- freeciv/data/civ2/units.ruleset	2012-09-29 21:28:47.665440352 +0300
+++ freeciv/data/civ2/units.ruleset	2013-02-23 06:40:25.737688388 +0200
@@ -783,7 +783,7 @@
 tech_req      = "Polytheism"
 obsolete_by   = "Crusaders"
 graphic       = "u.elephants"
-graphic_alt   = "u.chariot"
+graphic_alt   = "-"
 sound_move    = "m_elephants"
 sound_move_alt = "m_generic"
 sound_fight   = "f_elephants"
@@ -815,7 +815,7 @@
 tech_req      = "Monotheism"
 obsolete_by   = "Dragoons"
 graphic       = "u.crusaders"
-graphic_alt   = "u.knights"
+graphic_alt   = "-"
 sound_move    = "m_crusaders"
 sound_move_alt = "m_generic"
 sound_fight   = "f_crusaders"
diff -Nurd -X.diff_ignore freeciv/data/multiplayer/units.ruleset freeciv/data/multiplayer/units.ruleset
--- freeciv/data/multiplayer/units.ruleset	2012-09-29 21:28:48.117440342 +0300
+++ freeciv/data/multiplayer/units.ruleset	2013-02-23 06:40:25.737688388 +0200
@@ -931,7 +931,7 @@
 tech_req      = "Polytheism"
 obsolete_by   = "Crusaders"
 graphic       = "u.elephants"
-graphic_alt   = "u.chariot"
+graphic_alt   = "-"
 sound_move    = "m_elephants"
 sound_move_alt = "m_generic"
 sound_fight   = "f_elephants"
@@ -963,7 +963,7 @@
 tech_req      = "Monotheism"
 obsolete_by   = "Dragoons"
 graphic       = "u.crusaders"
-graphic_alt   = "u.knights"
+graphic_alt   = "-"
 sound_move    = "m_crusaders"
 sound_move_alt = "m_generic"
 sound_fight   = "f_crusaders"
