aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2023-07-30 13:55:34 +0200
committerShauren <shauren.trinity@gmail.com>2023-07-30 13:55:34 +0200
commit845f61e0a969891b14e1f182fadd29af347a1a3f (patch)
treea562578c791b301cc5da5d03680b3842ddabcbb3 /sql
parent0aa644287cf0e085f21a8ffdae6c6e985e64e961 (diff)
Core/GameObjects: Added stringid to gameobjects
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2023_07_30_00_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2023_07_30_00_world.sql b/sql/updates/world/master/2023_07_30_00_world.sql
new file mode 100644
index 00000000000..0b4686a7e7d
--- /dev/null
+++ b/sql/updates/world/master/2023_07_30_00_world.sql
@@ -0,0 +1,3 @@
+ALTER TABLE `gameobject` ADD `StringId` varchar(64) AFTER `ScriptName`;
+
+ALTER TABLE `gameobject_template` ADD `StringId` varchar(64) AFTER `ScriptName`;