Skip to content

Commit

Permalink
[12863] Fix missing semicolon in sql update file
Browse files Browse the repository at this point in the history
  • Loading branch information
DomGries committed Mar 11, 2015
1 parent 7b5fdba commit 2f55296
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sql/updates/12670_01_mangos_spell_template.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ ALTER TABLE db_version CHANGE COLUMN required_12654_01_mangos_creature_template_

DELETE FROM spell_template WHERE id=21883;
INSERT INTO spell_template VALUES
(21883, 0x00000180, 0x10000000, 0x00000000, 0x00000000, 0x00000000, 101, 225, 76, 22, 0, 0, 0, 178904, 0, 0, 'Summon Healed Celebrian Vine')
(21883, 0x00000180, 0x10000000, 0x00000000, 0x00000000, 0x00000000, 101, 225, 76, 22, 0, 0, 0, 178904, 0, 0, 'Summon Healed Celebrian Vine');
2 changes: 1 addition & 1 deletion src/shared/revision_nr.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "12862"
#define REVISION_NR "12863"
#endif // __REVISION_NR_H__

0 comments on commit 2f55296

Please sign in to comment.