Merge branch 'master' of https://github.com/azerothcore/azerothcore-wotlk into temp
This commit is contained in:
commit
4bc2124632
1 changed files with 1 additions and 2 deletions
|
|
@ -91,8 +91,7 @@ function import() {
|
||||||
echo "$endTransaction" >> "$newFile";
|
echo "$endTransaction" >> "$newFile";
|
||||||
|
|
||||||
if [[ $isRev -eq 1 ]]; then
|
if [[ $isRev -eq 1 ]]; then
|
||||||
echo "END;" >> "$newFile";
|
echo "END //" >> "$newFile";
|
||||||
echo "//" >> "$newFile";
|
|
||||||
echo "DELIMITER ;" >> "$newFile";
|
echo "DELIMITER ;" >> "$newFile";
|
||||||
echo "CALL updateDb();" >> "$newFile";
|
echo "CALL updateDb();" >> "$newFile";
|
||||||
echo "DROP PROCEDURE IF EXISTS \`updateDb\`;" >> "$newFile";
|
echo "DROP PROCEDURE IF EXISTS \`updateDb\`;" >> "$newFile";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue