Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David Haley (f78a62e8034f57c9c2ddf6b04efefab76b3eee0a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Haley <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David Haley (f78a62e8034f57c9c2ddf6b04efefab76b3eee0a)
  • Date: Fri, 6 Sep 2013 23:48:34 -0500

GIT changes to master grimoire by David Haley <khoralin AT gmail.com>:

net/amap/TRIGGERS | 1 -
net/amap/UP_TRIGGERS | 2 ++
net/thc-amap/CONFLICTS | 1 +
3 files changed, 3 insertions(+), 1 deletion(-)

New commits:
commit f78a62e8034f57c9c2ddf6b04efefab76b3eee0a
Author: David Haley <khoralin AT gmail.com>
Commit: David Haley <khoralin AT gmail.com>

Spell Deprecation: amap (cont.)

After the initial deprecation attempt for amap it was found with
additional follow up and investigation that the wrong file
(TRIGGERS) was created. This file has been removed and the correct
file (UP_TRIGGERS) has been created with the appropriate lines added.

Also, it was found that in the preferred spell (thc_amap) the
CONFLICTS file was missing. This file has also been created and the
apprpriate line added.

diff --git a/net/amap/TRIGGERS b/net/amap/TRIGGERS
deleted file mode 100755
index 6ef6fcd..0000000
--- a/net/amap/TRIGGERS
+++ /dev/null
@@ -1 +0,0 @@
-on_cast amap dispel_self
diff --git a/net/amap/UP_TRIGGERS b/net/amap/UP_TRIGGERS
new file mode 100644
index 0000000..8bc6d99
--- /dev/null
+++ b/net/amap/UP_TRIGGERS
@@ -0,0 +1,2 @@
+up_trigger amap dispel_self
+up_trigger thc_amap cast_self
diff --git a/net/thc-amap/CONFLICTS b/net/thc-amap/CONFLICTS
new file mode 100755
index 0000000..0757c82
--- /dev/null
+++ b/net/thc-amap/CONFLICTS
@@ -0,0 +1 @@
+conflicts amap y



  • [SM-Commit] GIT changes to master grimoire by David Haley (f78a62e8034f57c9c2ddf6b04efefab76b3eee0a), David Haley, 09/07/2013

Archive powered by MHonArc 2.6.24.

Top of Page