From 89edeea0301e3f57594ddb0a76d611d5545a8261 Mon Sep 17 00:00:00 2001 From: dolorous Date: Fri, 23 May 2008 02:00:45 +0000 Subject: Rename SPELL_SUMMON_SMALL_MAMMAL and SPELL_SWARM to SPELL_SUMMON_SMALL_MAMMALS and SPELL_SUMMON_SWARM, respectively, to match their user descriptions. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5188 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/spl-data.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/spl-data.h') diff --git a/crawl-ref/source/spl-data.h b/crawl-ref/source/spl-data.h index 7a1b0fa4cf..b632fef73a 100644 --- a/crawl-ref/source/spl-data.h +++ b/crawl-ref/source/spl-data.h @@ -642,7 +642,7 @@ }, { - SPELL_SUMMON_SMALL_MAMMAL, "Summon Small Mammals", + SPELL_SUMMON_SMALL_MAMMALS, "Summon Small Mammals", SPTYP_SUMMONING, SPFLAG_NONE, 1, @@ -770,7 +770,7 @@ }, { - SPELL_SWARM, "Summon Swarm", + SPELL_SUMMON_SWARM, "Summon Swarm", SPTYP_SUMMONING, SPFLAG_NONE, 6, -- cgit v1.2.3-54-g00ecf