]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix wyvern model
authorMario <mario@smbclan.net>
Mon, 8 May 2017 12:16:15 +0000 (22:16 +1000)
committerMario <mario@smbclan.net>
Mon, 8 May 2017 12:16:15 +0000 (22:16 +1000)
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)