Merge pull request #713 from azerothcore/Rochet2-patch-2
Update import.sh
This commit is contained in:
commit
7256dc30a9
1 changed files with 1 additions and 2 deletions
|
|
@ -89,8 +89,7 @@ function import() {
|
|||
echo "$endTransaction" >> "$newFile";
|
||||
|
||||
if [[ $isRev -eq 1 ]]; then
|
||||
echo "END;" >> "$newFile";
|
||||
echo "//" >> "$newFile";
|
||||
echo "END //" >> "$newFile";
|
||||
echo "DELIMITER ;" >> "$newFile";
|
||||
echo "CALL updateDb();" >> "$newFile";
|
||||
echo "DROP PROCEDURE IF EXISTS \`updateDb\`;" >> "$newFile";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue