From d64d196409ef0bcbeeb279f2d121e72c19a66376 Mon Sep 17 00:00:00 2001 From: FlaminSarge Date: Sat, 3 Sep 2011 14:10:24 -0400 Subject: [PATCH] Fixed mixup of arrow stab and telefrag defs in tf2_stocks (bug 5074, r=psychonic). --- plugins/include/tf2_stocks.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/tf2_stocks.inc b/plugins/include/tf2_stocks.inc index ae92662c..9f3b2ad4 100644 --- a/plugins/include/tf2_stocks.inc +++ b/plugins/include/tf2_stocks.inc @@ -95,8 +95,8 @@ enum { TF_CUSTOM_PENETRATE_ALL_PLAYERS, TF_CUSTOM_TAUNT_FENCING, TF_CUSTOM_PENETRATE_HEADSHOT, - TF_CUSTOM_TELEFRAG, TF_CUSTOM_TAUNT_ARROW_STAB, + TF_CUSTOM_TELEFRAG, TF_CUSTOM_BURNING_ARROW, TF_CUSTOM_FLYINGBURN, TF_CUSTOM_PUMPKIN_BOMB,