Destruction For Dummies

7 - Adding Dark Intent and Soulshatter

Using a shorthand diff format.

LocaleLocal.lua

 English2SpellIndex["Dalaran Brilliance"] = 61316;
+English2SpellIndex["Dark Intent"] = 80398;
 English2SpellIndex["Dark Transformation"] = 93426;
 English2SpellIndex["Soulburn"] = 74434;
+English2SpellIndex["Soulshatter"] = 29858;
 English2SpellIndex["Starfall"] = 50288;

dddl\strings.c

     { "Dalaran Brilliance",	61316 },
+    { "Dark Intent",	80398 },
     { "Dark Transformation",	93426 },
     { "Soulburn",		74434 },
+    { "Soulshatter",		29858 },
     { "Starfall",		50288 },

EDIT: curseforge broke code tags

User When Change
drylar Feb 22, 2011 at 18:16 UTC Changed description:
  Using a shorthand diff format.

  LocaleLocal.lua
+
  [code]
   English2SpellIndex["Dalaran Brilliance"] = 61316;
  +English2SpellIndex["Dark Intent"] = 80398;
   English2SpellIndex["Dark Transformation"] = 93426;
  [/code]
+
  [code]
   English2SpellIndex["Soulburn"] = 74434;
  +English2SpellIndex["Soulshatter"] = 29858;
   English2SpellIndex["Starfall"] = 50288;
  [/code]

  dddl\strings.c
+
  [code]
       { "Dalaran Brilliance",	61316 },
  +    { "Dark Intent",	80398 },
       { "Dark Transformation",	93426 },
  [/code]
+
  [code]
       { "Soulburn",		74434 },
  +    { "Soulshatter",		29858 },
       { "Starfall",		50288 },
  [/code]
+
+ EDIT: curseforge broke code tags
drylar Feb 22, 2011 at 18:15 UTC Create

You must login to post a comment. Don't have an account? Register to get one!

Facts

Last updated
Feb 22, 2011
Reported
Feb 22, 2011
Status
New - Issue has not had initial review yet.
Type
Enhancement - A change which is intended to better the project in some way
Priority
Medium - Normal priority.
Votes
0

Reported by

Possible assignees