diff options
| author | Shauren <shauren.trinity@gmail.com> | 2014-10-22 18:12:51 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2014-10-22 18:12:51 +0200 |
| commit | 71422dcd699607df6b8425160b3a592575f9e556 (patch) | |
| tree | e04f5bba2882b9d1651ece849075bef75791359c /sql | |
| parent | b3e3cfa81f5ea30d014b9202e8c2a47f90303a99 (diff) | |
Core/Entities: Second part of removing GetGUIDLow() uses
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2014_10_22_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2014_10_22_01_world.sql b/sql/updates/world/2014_10_22_01_world.sql new file mode 100644 index 00000000000..eee6baf61bb --- /dev/null +++ b/sql/updates/world/2014_10_22_01_world.sql @@ -0,0 +1,2 @@ +UPDATE `trinity_string` SET `content_default`='Creature (%s) No waypoint found - used ''wpguid''. Now trying to find it by its position...' WHERE `entry`=222; +UPDATE `trinity_string` SET `content_default`='Creature (%s) No waypoints found.' WHERE `entry`=223; |
