diff options
author | Filip <boev.filip@gmail.com> | 2013-08-17 14:31:31 +0200 |
---|---|---|
committer | Filip <boev.filip@gmail.com> | 2013-08-17 14:31:31 +0200 |
commit | 08133c7fef8755cfd5d0b020cb3a89a75294b54b (patch) | |
tree | 87a9e27d7849f696198c6fb33f2340221fe8c407 | |
parent | 0333d22fe9454cf9382bdb81bf60b64e46abc72f (diff) |
[DB/MISC] Appropriate GO id
-rw-r--r-- | sql/updates/world/2013_08_17_02_world_misc.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2013_08_17_02_world_misc.sql b/sql/updates/world/2013_08_17_02_world_misc.sql new file mode 100644 index 00000000000..2bfcba9de44 --- /dev/null +++ b/sql/updates/world/2013_08_17_02_world_misc.sql @@ -0,0 +1,2 @@ +-- Applicable id for made up GO template +UPDATE `gameobject_template` SET `entry`=300149 WHERE `entry`=124154; |