From: Mario Date: Mon, 8 May 2017 12:16:15 +0000 (+1000) Subject: Fix wyvern model X-Git-Tag: xonotic-v0.8.5~7^2~1^2~88 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=9bab62e1bcae0e239de421560c7aed5e48f9f5ea;p=xonotic%2Fxonotic-data.pk3dir.git Fix wyvern model --- diff --git a/qcsrc/common/monsters/monster/wyvern.qh b/qcsrc/common/monsters/monster/wyvern.qh index fe3872f6c0..52961eda96 100644 --- a/qcsrc/common/monsters/monster/wyvern.qh +++ b/qcsrc/common/monsters/monster/wyvern.qh @@ -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)