Browse Source

SQL update: table name fix. (tnx nhur)

DrLecter 19 years ago
parent
commit
851496db84
1 changed files with 2 additions and 2 deletions
  1. 2 2
      datapack_development/sql/updates/20060314-[1581].sql

+ 2 - 2
datapack_development/sql/updates/20060314-[1581].sql

@@ -1,2 +1,2 @@
--- increace lhand cloumn field size from decimal 3 to decimal 4
-ALTER TABLE `NPC` MODIFY `lhand` DECIMAL(4); 
+-- increase lhand column field size from decimal 3 to decimal 4
+ALTER TABLE `npc` MODIFY `lhand` DECIMAL(4);