]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/monsters/monster/wyvern.qh
Fix wyvern model
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / monsters / monster / wyvern.qh
index fe3872f6c0532a26d6eda924a6af3f44314ffda3..52961eda96f39880691ca89b94d88ddd98767c9e 100644 (file)
@@ -3,7 +3,7 @@
 #include "../all.qh"
 
 #ifdef GAMEQC
-MODEL(MON_WYVERN, M_Model("wyvern.dpm"));
+MODEL(MON_WYVERN, M_Model("dragon.dpm"));
 #endif
 
 CLASS(Wyvern, Monster)