Skip to content

Commit

Permalink
SQLS: Rename sql file after PR merge
Browse files Browse the repository at this point in the history
  • Loading branch information
DDuarte committed Mar 20, 2013
1 parent 94dd2cd commit 64cffa1
Showing 1 changed file with 0 additions and 0 deletions.

4 comments on commit 64cffa1

@electrify
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ERROR 1054 (42S22) at line 119: Unknown column 'School' in 'field list'

@DDuarte
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've made a mistake by merging this PR without proper review.

I will fix it as soon as I get some free time, really busy now.

@gpascualg
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, the PR was made a reaaally long time ago, and though the c++ was kept up to day, i didn't think of the sql :s

@wkoot
Copy link

@wkoot wkoot commented on 64cffa1 Mar 21, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed everything that was non-default and renamed SpellName to SpellFamilyName.
Changed proc chance to 100. This one works, but please recheck.

DELETE FROM `spell_dbc` WHERE `Id`=18954;
INSERT INTO `spell_dbc` (`Id`, `Attributes`, `ProcChance`, `Effect1`, `EffectImplicitTargetA1`, `SpellFamilyName`, `DmgMultiplier1`) VALUES
(18954, 256, 100, 3, 1, 'Ranshalla Despawn', 1);

Please sign in to comment.